Color Hex Logo

#c9690b Color Hex

#C9690B
(201,105,11)
0 Favorites   0 Comments

Color spaces of #c9690b

RGB 20110511
HSL0.080.900.42
HSV30°95°79°
CMYK 0.000.480.95   0.21
XYZ29.199422.54483.1292
Yxy22.54480.53210.4109
Hunter Lab47.481426.678929.3295
CIE-Lab54.600333.065060.4632

#c9690b color RGB value is (201,105,11).

#c9690b hex color red value is 201, green value is 105 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c9690b hue: 0.08 , saturation: 0.90 and the lightness value of c9690b is 0.42.

The process color (four color CMYK) of #c9690b color hex is 0.00, 0.48, 0.95, 0.21. Web safe color of #c9690b is #cc6600. Color #c9690b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101001 00001011
Octal 311 151 13
Decimal 201 105 11
Hex C9 69 B

RGB Percentages of Color #c9690b

%63.41
%33.12
%3.47

CMYK Percentages of Color #c9690b

%0
%48
%95
%21

Triadic Colors of #c9690b

#c9690b #0bc969 #690bc9

Analogous Colors of #c9690b

#c9690b #c9c80b #c90b0c

Monochromatic Colors of #c9690b

#c9690b

Complementary Color

#c9690b #0b6bc9

#c9690b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9690b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9690b Color CSS Codes

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

#c9690b Text Font Color

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

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


#c9690b Background Color

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

This div background color is #c9690b


#c9690b Border Color

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

This div border color is #c9690b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9690b


Comments

No comments written yet.

Please login to write comment.