Color Hex Logo

#cb755f Color Hex

#CB755F
(203,117,95)
0 Favorites   0 Comments

Color spaces of #cb755f

RGB 20311795
HSL0.030.510.58
HSV12°53°80°
CMYK 0.000.420.53   0.20
XYZ33.055526.245314.1501
Yxy26.24530.45000.3573
Hunter Lab51.230225.521719.4848
CIE-Lab58.269231.492926.7455

#cb755f color RGB value is (203,117,95).

#cb755f hex color red value is 203, green value is 117 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cb755f hue: 0.03 , saturation: 0.51 and the lightness value of cb755f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 01011111
Octal 313 165 137
Decimal 203 117 95
Hex CB 75 5F

RGB Percentages of Color #cb755f

%48.92
%28.19
%22.89

CMYK Percentages of Color #cb755f

%0
%42
%53
%20

Triadic Colors of #cb755f

#cb755f #5fcb75 #755fcb

Analogous Colors of #cb755f

#cb755f #cbab5f #cb5f7f

Monochromatic Colors of #cb755f

#cb755f

Complementary Color

#cb755f #5fb5cb

#cb755f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb755f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb755f Color CSS Codes

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

#cb755f Text Font Color

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

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


#cb755f Background Color

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

This div background color is #cb755f


#cb755f Border Color

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

This div border color is #cb755f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb755f


Comments

No comments written yet.

Please login to write comment.