Color Hex Logo

#cb846e Color Hex

#CB846E
(203,132,110)
0 Favorites   0 Comments

Color spaces of #cb846e

RGB 203132110
HSL0.040.470.61
HSV14°46°80°
CMYK 0.000.350.46   0.20
XYZ35.694330.324818.7238
Yxy30.32480.42120.3578
Hunter Lab55.068019.332318.3882
CIE-Lab61.933524.816523.1502

#cb846e color RGB value is (203,132,110).

#cb846e hex color red value is 203, green value is 132 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cb846e hue: 0.04 , saturation: 0.47 and the lightness value of cb846e is 0.61.

The process color (four color CMYK) of #cb846e color hex is 0.00, 0.35, 0.46, 0.20. Web safe color of #cb846e is #cc9966. Color #cb846e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000100 01101110
Octal 313 204 156
Decimal 203 132 110
Hex CB 84 6E

RGB Percentages of Color #cb846e

%45.62
%29.66
%24.72

CMYK Percentages of Color #cb846e

%0
%35
%46
%20

Triadic Colors of #cb846e

#cb846e #6ecb84 #846ecb

Analogous Colors of #cb846e

#cb846e #cbb36e #cb6e87

Monochromatic Colors of #cb846e

#cb846e

Complementary Color

#cb846e #6eb5cb

#cb846e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb846e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb846e Color CSS Codes

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

#cb846e Text Font Color

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

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


#cb846e Background Color

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

This div background color is #cb846e


#cb846e Border Color

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

This div border color is #cb846e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb846e


Comments

No comments written yet.

Please login to write comment.