Color Hex Logo

#cb936d Color Hex

#CB936D
(203,147,109)
0 Favorites   0 Comments

Color spaces of #cb936d

RGB 203147109
HSL0.070.470.61
HSV24°46°80°
CMYK 0.000.280.46   0.20
XYZ37.822634.668119.1661
Yxy34.66810.41270.3782
Hunter Lab58.879611.624021.9161
CIE-Lab65.489416.520728.4122

#cb936d color RGB value is (203,147,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 01101101
Octal 313 223 155
Decimal 203 147 109
Hex CB 93 6D

RGB Percentages of Color #cb936d

%44.23
%32.03
%23.75

CMYK Percentages of Color #cb936d

%0
%28
%46
%20

Triadic Colors of #cb936d

#cb936d #6dcb93 #936dcb

Analogous Colors of #cb936d

#cb936d #cbc26d #cb6d76

Monochromatic Colors of #cb936d

#cb936d

Complementary Color

#cb936d #6da5cb

#cb936d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb936d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb936d Color CSS Codes

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

#cb936d Text Font Color

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

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


#cb936d Background Color

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

This div background color is #cb936d


#cb936d Border Color

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

This div border color is #cb936d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb936d


Comments

No comments written yet.

Please login to write comment.