Color Hex Logo

#c99712 Color Hex

#C99712
(201,151,18)
0 Favorites   0 Comments

Color spaces of #c99712

RGB 20115118
HSL0.120.840.43
HSV44°91°79°
CMYK 0.000.250.91   0.21
XYZ35.263234.59445.3911
Yxy34.59440.46860.4597
Hunter Lab58.81704.088335.7374
CIE-Lab65.43178.279966.9589

#c99712 color RGB value is (201,151,18).

#c99712 hex color red value is 201, green value is 151 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c99712 hue: 0.12 , saturation: 0.84 and the lightness value of c99712 is 0.43.

The process color (four color CMYK) of #c99712 color hex is 0.00, 0.25, 0.91, 0.21. Web safe color of #c99712 is #cc9900. Color #c99712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010111 00010010
Octal 311 227 22
Decimal 201 151 18
Hex C9 97 12

RGB Percentages of Color #c99712

%54.32
%40.81
%4.86

CMYK Percentages of Color #c99712

%0
%25
%91
%21

Triadic Colors of #c99712

#c99712 #12c997 #9712c9

Analogous Colors of #c99712

#c99712 #a0c912 #c93c12

Monochromatic Colors of #c99712

#c99712

Complementary Color

#c99712 #1244c9

#c99712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99712 Color CSS Codes

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

#c99712 Text Font Color

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

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


#c99712 Background Color

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

This div background color is #c99712


#c99712 Border Color

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

This div border color is #c99712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99712


Comments

No comments written yet.

Please login to write comment.