Color Hex Logo

#cb7650 Color Hex

#CB7650
(203,118,80)
0 Favorites   0 Comments

Color spaces of #cb7650

RGB 20311880
HSL0.050.540.55
HSV19°61°80°
CMYK 0.000.420.61   0.20
XYZ32.555026.232610.9370
Yxy26.23260.46690.3762
Hunter Lab51.217823.826923.1917
CIE-Lab58.257229.760835.0596

#cb7650 color RGB value is (203,118,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 01010000
Octal 313 166 120
Decimal 203 118 80
Hex CB 76 50

RGB Percentages of Color #cb7650

%50.62
%29.43
%19.95

CMYK Percentages of Color #cb7650

%0
%42
%61
%20

Triadic Colors of #cb7650

#cb7650 #50cb76 #7650cb

Analogous Colors of #cb7650

#cb7650 #cbb450 #cb5068

Monochromatic Colors of #cb7650

#cb7650

Complementary Color

#cb7650 #50a5cb

#cb7650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7650 Color CSS Codes

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

#cb7650 Text Font Color

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

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


#cb7650 Background Color

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

This div background color is #cb7650


#cb7650 Border Color

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

This div border color is #cb7650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7650


Comments

No comments written yet.

Please login to write comment.