Color Hex Logo

#cb790c Color Hex

#CB790C
(203,121,12)
0 Favorites   0 Comments

Color spaces of #cb790c

RGB 20312112
HSL0.100.890.42
HSV34°94°80°
CMYK 0.000.400.94   0.20
XYZ31.532326.39783.7812
Yxy26.39780.51100.4278
Hunter Lab51.378819.636531.6017
CIE-Lab58.412725.388063.0469

#cb790c color RGB value is (203,121,12).

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

The process color (four color CMYK) of #cb790c color hex is 0.00, 0.40, 0.94, 0.20. Web safe color of #cb790c is #cc6600. Color #cb790c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111001 00001100
Octal 313 171 14
Decimal 203 121 12
Hex CB 79 C

RGB Percentages of Color #cb790c

%60.42
%36.01
%3.57

CMYK Percentages of Color #cb790c

%0
%40
%94
%20

Triadic Colors of #cb790c

#cb790c #0ccb79 #790ccb

Analogous Colors of #cb790c

#cb790c #becb0c #cb1a0c

Monochromatic Colors of #cb790c

#cb790c

Complementary Color

#cb790c #0c5ecb

#cb790c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb790c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb790c Color CSS Codes

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

#cb790c Text Font Color

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

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


#cb790c Background Color

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

This div background color is #cb790c


#cb790c Border Color

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

This div border color is #cb790c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb790c


Comments

No comments written yet.

Please login to write comment.