Color Hex Logo

#c4690b Color Hex

#C4690B
(196,105,11)
0 Favorites   0 Comments

Color spaces of #c4690b

RGB 19610511
HSL0.080.890.41
HSV30°94°77°
CMYK 0.000.460.94   0.23
XYZ27.876921.86313.0673
Yxy21.86310.52790.4140
Hunter Lab46.758024.594428.8412
CIE-Lab53.881430.991259.6304

#c4690b color RGB value is (196,105,11).

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

The process color (four color CMYK) of #c4690b color hex is 0.00, 0.46, 0.94, 0.23. Web safe color of #c4690b is #cc6600. Color #c4690b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101001 00001011
Octal 304 151 13
Decimal 196 105 11
Hex C4 69 B

RGB Percentages of Color #c4690b

%62.82
%33.65
%3.53

CMYK Percentages of Color #c4690b

%0
%46
%94
%23

Triadic Colors of #c4690b

#c4690b #0bc469 #690bc4

Analogous Colors of #c4690b

#c4690b #c3c40b #c40c0b

Monochromatic Colors of #c4690b

#c4690b

Complementary Color

#c4690b #0b66c4

#c4690b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4690b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4690b Color CSS Codes

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

#c4690b Text Font Color

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

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


#c4690b Background Color

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

This div background color is #c4690b


#c4690b Border Color

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

This div border color is #c4690b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,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 #c4690b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4690b


Comments

No comments written yet.

Please login to write comment.