Color Hex Logo

#cb565c Color Hex

#CB565C
(203,86,92)
0 Favorites   0 Comments

Color spaces of #cb565c

RGB 2038692
HSL0.990.530.57
HSV357°58°80°
CMYK 0.000.580.55   0.20
XYZ29.888220.124812.4344
Yxy20.12480.47860.3223
Hunter Lab44.860740.418614.9686
CIE-Lab51.978047.000320.1708

#cb565c color RGB value is (203,86,92).

#cb565c hex color red value is 203, green value is 86 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cb565c hue: 0.99 , saturation: 0.53 and the lightness value of cb565c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010110 01011100
Octal 313 126 134
Decimal 203 86 92
Hex CB 56 5C

RGB Percentages of Color #cb565c

%53.28
%22.57
%24.15

CMYK Percentages of Color #cb565c

%0
%58
%55
%20

Triadic Colors of #cb565c

#cb565c #5ccb56 #565ccb

Analogous Colors of #cb565c

#cb565c #cb8b56 #cb5697

Monochromatic Colors of #cb565c

#cb565c

Complementary Color

#cb565c #56cbc5

#cb565c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb565c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb565c Color CSS Codes

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

#cb565c Text Font Color

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

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


#cb565c Background Color

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

This div background color is #cb565c


#cb565c Border Color

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

This div border color is #cb565c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,86,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 #cb565c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb565c


Comments

No comments written yet.

Please login to write comment.