Color Hex Logo

#cb6c5c Color Hex

#CB6C5C
(203,108,92)
0 Favorites   0 Comments

Color spaces of #cb6c5c

RGB 20310892
HSL0.020.520.58
HSV55°80°
CMYK 0.000.470.55   0.20
XYZ31.922924.194313.1127
Yxy24.19430.46110.3495
Hunter Lab49.187729.768318.6256
CIE-Lab56.281835.996425.8578

#cb6c5c color RGB value is (203,108,92).

#cb6c5c hex color red value is 203, green value is 108 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cb6c5c hue: 0.02 , saturation: 0.52 and the lightness value of cb6c5c is 0.58.

The process color (four color CMYK) of #cb6c5c color hex is 0.00, 0.47, 0.55, 0.20. Web safe color of #cb6c5c is #cc6666. Color #cb6c5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101100 01011100
Octal 313 154 134
Decimal 203 108 92
Hex CB 6C 5C

RGB Percentages of Color #cb6c5c

%50.37
%26.80
%22.83

CMYK Percentages of Color #cb6c5c

%0
%47
%55
%20

Triadic Colors of #cb6c5c

#cb6c5c #5ccb6c #6c5ccb

Analogous Colors of #cb6c5c

#cb6c5c #cba45c #cb5c84

Monochromatic Colors of #cb6c5c

#cb6c5c

Complementary Color

#cb6c5c #5cbbcb

#cb6c5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6c5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6c5c Color CSS Codes

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

#cb6c5c Text Font Color

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

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


#cb6c5c Background Color

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

This div background color is #cb6c5c


#cb6c5c Border Color

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

This div border color is #cb6c5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6c5c


Comments

No comments written yet.

Please login to write comment.