color codes Logo

#c9980c color codes

#C9980C
(201,152,12)
0 Favorites   0 Comments

Color spaces of #c9980c

RGB 20115212
HSL0.120.890.42
HSV44°94°79°
CMYK 0.000.240.94   0.21
XYZ35.382034.90055.2195
Yxy34.90050.46860.4622
Hunter Lab59.07663.522536.1153
CIE-Lab65.67117.650768.1594

#c9980c color RGB value is (201,152,12).

#c9980c hex color red value is 201, green value is 152 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c9980c hue: 0.12 , saturation: 0.89 and the lightness value of c9980c is 0.42.

The process color (four color CMYK) of #c9980c color code is 0.00, 0.24, 0.94, 0.21. Web safe color of #c9980c is #cc9900. Color #c9980c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011000 00001100
Octal 311 230 14
Decimal 201 152 12
Hex C9 98 C

RGB Percentages of Color #c9980c

%55.07
%41.64
%3.29

CMYK Percentages of Color #c9980c

%0
%24
%94
%21

Triadic Colors of #c9980c

#c9980c #0cc998 #980cc9

Analogous Colors of #c9980c

#c9980c #9cc90c #c93a0c

Monochromatic Colors of #c9980c

#c9980c

Complementary Color

#c9980c #0c3dc9

#c9980c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9980c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9980c Color CSS Codes

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

#c9980c Text Font Color

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

This sample text font color is #c9980c
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.


#c9980c Background Color

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

This div background color is #c9980c


#c9980c Border Color

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

This div border color is #c9980c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,152,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9980c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9980c;
  -webkit-box-shadow: 1px 1px 3px 2px #c9980c;
  box-shadow:         1px 1px 3px 2px #c9980c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,152,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9980c


Comments

No comments written yet.

Please login to write comment.