Color Hex Logo

#cb594c Color Hex

#CB594C
(203,89,76)
0 Favorites   0 Comments

Color spaces of #cb594c

RGB 2038976
HSL0.020.550.55
HSV63°80°
CMYK 0.000.560.63   0.20
XYZ29.505520.36319.2128
Yxy20.36310.49940.3447
Hunter Lab45.125537.743419.4832
CIE-Lab52.245344.390929.8617

#cb594c color RGB value is (203,89,76).

#cb594c hex color red value is 203, green value is 89 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cb594c hue: 0.02 , saturation: 0.55 and the lightness value of cb594c is 0.55.

The process color (four color CMYK) of #cb594c color hex is 0.00, 0.56, 0.63, 0.20. Web safe color of #cb594c is #cc6633. Color #cb594c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011001 01001100
Octal 313 131 114
Decimal 203 89 76
Hex CB 59 4C

RGB Percentages of Color #cb594c

%55.16
%24.18
%20.65

CMYK Percentages of Color #cb594c

%0
%56
%63
%20

Triadic Colors of #cb594c

#cb594c #4ccb59 #594ccb

Analogous Colors of #cb594c

#cb594c #cb994c #cb4c7f

Monochromatic Colors of #cb594c

#cb594c

Complementary Color

#cb594c #4cbecb

#cb594c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb594c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb594c Color CSS Codes

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

#cb594c Text Font Color

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

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


#cb594c Background Color

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

This div background color is #cb594c


#cb594c Border Color

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

This div border color is #cb594c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb594c


Comments

No comments written yet.

Please login to write comment.