Color Hex Logo

#cb956e Color Hex

#CB956E
(203,149,110)
0 Favorites   0 Comments

Color spaces of #cb956e

RGB 203149110
HSL0.070.470.61
HSV25°46°80°
CMYK 0.000.270.46   0.20
XYZ38.190535.317219.5559
Yxy35.31720.41040.3795
Hunter Lab59.428310.710322.0894
CIE-Lab65.994915.530728.5289

#cb956e color RGB value is (203,149,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 01101110
Octal 313 225 156
Decimal 203 149 110
Hex CB 95 6E

RGB Percentages of Color #cb956e

%43.94
%32.25
%23.81

CMYK Percentages of Color #cb956e

%0
%27
%46
%20

Triadic Colors of #cb956e

#cb956e #6ecb95 #956ecb

Analogous Colors of #cb956e

#cb956e #cbc46e #cb6e76

Monochromatic Colors of #cb956e

#cb956e

Complementary Color

#cb956e #6ea4cb

#cb956e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb956e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb956e Color CSS Codes

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

#cb956e Text Font Color

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

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


#cb956e Background Color

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

This div background color is #cb956e


#cb956e Border Color

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

This div border color is #cb956e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb956e


Comments

No comments written yet.

Please login to write comment.