Color Hex Logo

#c0993f Color Hex

#C0993F
(192,153,63)
0 Favorites   0 Comments

Color spaces of #c0993f

RGB 19215363
HSL0.120.510.50
HSV42°67°75°
CMYK 0.000.200.67   0.25
XYZ34.026734.34789.5390
Yxy34.34780.43670.4408
Hunter Lab58.60701.073331.3747
CIE-Lab65.23774.866551.2382

#c0993f color RGB value is (192,153,63).

#c0993f hex color red value is 192, green value is 153 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c0993f hue: 0.12 , saturation: 0.51 and the lightness value of c0993f is 0.50.

The process color (four color CMYK) of #c0993f color hex is 0.00, 0.20, 0.67, 0.25. Web safe color of #c0993f is #cc9933. Color #c0993f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011001 00111111
Octal 300 231 77
Decimal 192 153 63
Hex C0 99 3F

RGB Percentages of Color #c0993f

%47.06
%37.50
%15.44

CMYK Percentages of Color #c0993f

%0
%20
%67
%25

Triadic Colors of #c0993f

#c0993f #3fc099 #993fc0

Analogous Colors of #c0993f

#c0993f #a7c03f #c0583f

Monochromatic Colors of #c0993f

#c0993f

Complementary Color

#c0993f #3f66c0

#c0993f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0993f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0993f Color CSS Codes

.mybgcolor {background-color:#c0993f; } 
.myforecolor {color:#c0993f; }
.mybordercolor {border:3px solid #c0993f; }

#c0993f Text Font Color

<p style="color:#c0993f">Text here</p>

This sample text font color is #c0993f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c0993f Background Color

<div style="background-color:#c0993f">
Div content here</div>

This div background color is #c0993f


#c0993f Border Color

<div style="border:3px solid #c0993f">
Div here</div>

This div border color is #c0993f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,153,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0993f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0993f;
  -webkit-box-shadow: 1px 1px 3px 2px #c0993f;
  box-shadow:         1px 1px 3px 2px #c0993f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,153,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0993f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c0993f;
  -webkit-box-shadow: 1px 1px 3px 2px #c0993f;
  box-shadow:         1px 1px 3px 2px #c0993f;">
Div content here</div>

This div box has shadow with color #c0993f


Comments

No comments written yet.

Please login to write comment.