Color Hex Logo

#cb764f Color Hex

#CB764F
(203,118,79)
0 Favorites   0 Comments

Color spaces of #cb764f

RGB 20311879
HSL0.050.540.55
HSV19°61°80°
CMYK 0.000.420.61   0.20
XYZ32.518326.217910.7438
Yxy26.21790.46800.3773
Hunter Lab51.203423.755923.4018
CIE-Lab58.243329.689135.5864

#cb764f color RGB value is (203,118,79).

#cb764f hex color red value is 203, green value is 118 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cb764f hue: 0.05 , saturation: 0.54 and the lightness value of cb764f is 0.55.

The process color (four color CMYK) of #cb764f color hex is 0.00, 0.42, 0.61, 0.20. Web safe color of #cb764f is #cc6666. Color #cb764f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 01001111
Octal 313 166 117
Decimal 203 118 79
Hex CB 76 4F

RGB Percentages of Color #cb764f

%50.75
%29.50
%19.75

CMYK Percentages of Color #cb764f

%0
%42
%61
%20

Triadic Colors of #cb764f

#cb764f #4fcb76 #764fcb

Analogous Colors of #cb764f

#cb764f #cbb44f #cb4f66

Monochromatic Colors of #cb764f

#cb764f

Complementary Color

#cb764f #4fa4cb

#cb764f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb764f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb764f Color CSS Codes

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

#cb764f Text Font Color

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

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


#cb764f Background Color

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

This div background color is #cb764f


#cb764f Border Color

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

This div border color is #cb764f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb764f


Comments

No comments written yet.

Please login to write comment.