Color Hex Logo

#cb760f Color Hex

#CB760F
(203,118,15)
0 Favorites   0 Comments

Color spaces of #cb760f

RGB 20311815
HSL0.090.860.43
HSV33°93°80°
CMYK 0.000.420.93   0.20
XYZ31.193325.68793.7661
Yxy25.68790.51430.4236
Hunter Lab50.683221.163231.0726
CIE-Lab57.739627.044561.9733

#cb760f color RGB value is (203,118,15).

#cb760f hex color red value is 203, green value is 118 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cb760f hue: 0.09 , saturation: 0.86 and the lightness value of cb760f is 0.43.

The process color (four color CMYK) of #cb760f color hex is 0.00, 0.42, 0.93, 0.20. Web safe color of #cb760f is #cc6600. Color #cb760f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 00001111
Octal 313 166 17
Decimal 203 118 15
Hex CB 76 F

RGB Percentages of Color #cb760f

%60.42
%35.12
%4.46

CMYK Percentages of Color #cb760f

%0
%42
%93
%20

Triadic Colors of #cb760f

#cb760f #0fcb76 #760fcb

Analogous Colors of #cb760f

#cb760f #c2cb0f #cb180f

Monochromatic Colors of #cb760f

#cb760f

Complementary Color

#cb760f #0f64cb

#cb760f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb760f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb760f Color CSS Codes

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

#cb760f Text Font Color

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

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


#cb760f Background Color

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

This div background color is #cb760f


#cb760f Border Color

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

This div border color is #cb760f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,118,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb760f


Comments

No comments written yet.

Please login to write comment.