Color Hex Logo

#cb956d Color Hex

#CB956D
(203,149,109)
0 Favorites   0 Comments

Color spaces of #cb956d

RGB 203149109
HSL0.070.470.61
HSV26°46°80°
CMYK 0.000.270.46   0.20
XYZ38.136435.295519.2707
Yxy35.29550.41140.3807
Hunter Lab59.410010.615022.3552
CIE-Lab65.978115.428829.0512

#cb956d color RGB value is (203,149,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 01101101
Octal 313 225 155
Decimal 203 149 109
Hex CB 95 6D

RGB Percentages of Color #cb956d

%44.03
%32.32
%23.64

CMYK Percentages of Color #cb956d

%0
%27
%46
%20

Triadic Colors of #cb956d

#cb956d #6dcb95 #956dcb

Analogous Colors of #cb956d

#cb956d #cbc46d #cb6d74

Monochromatic Colors of #cb956d

#cb956d

Complementary Color

#cb956d #6da3cb

#cb956d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb956d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb956d Color CSS Codes

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

#cb956d Text Font Color

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

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


#cb956d Background Color

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

This div background color is #cb956d


#cb956d Border Color

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

This div border color is #cb956d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb956d


Comments

No comments written yet.

Please login to write comment.