Color Hex Logo

#cb736c Color Hex

#CB736C
(203,115,108)
0 Favorites   0 Comments

Color spaces of #cb736c

RGB 203115108
HSL0.010.480.61
HSV47°80°
CMYK 0.000.430.47   0.20
XYZ33.466126.040717.4499
Yxy26.04070.43490.3384
Hunter Lab51.030127.759615.4467
CIE-Lab58.075733.776819.0805

#cb736c color RGB value is (203,115,108).

#cb736c hex color red value is 203, green value is 115 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cb736c hue: 0.01 , saturation: 0.48 and the lightness value of cb736c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 01101100
Octal 313 163 154
Decimal 203 115 108
Hex CB 73 6C

RGB Percentages of Color #cb736c

%47.65
%27.00
%25.35

CMYK Percentages of Color #cb736c

%0
%43
%47
%20

Triadic Colors of #cb736c

#cb736c #6ccb73 #736ccb

Analogous Colors of #cb736c

#cb736c #cba36c #cb6c95

Monochromatic Colors of #cb736c

#cb736c

Complementary Color

#cb736c #6cc4cb

#cb736c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb736c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb736c Color CSS Codes

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

#cb736c Text Font Color

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

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


#cb736c Background Color

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

This div background color is #cb736c


#cb736c Border Color

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

This div border color is #cb736c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb736c


Comments

No comments written yet.

Please login to write comment.