Color Hex Logo

#cb9360 Color Hex

#CB9360
(203,147,96)
0 Favorites   0 Comments

Color spaces of #cb9360

RGB 20314796
HSL0.080.510.59
HSV29°53°80°
CMYK 0.000.280.53   0.20
XYZ37.173634.408515.7486
Yxy34.40850.42570.3940
Hunter Lab58.658810.467325.1431
CIE-Lab65.285515.284035.1633

#cb9360 color RGB value is (203,147,96).

#cb9360 hex color red value is 203, green value is 147 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cb9360 hue: 0.08 , saturation: 0.51 and the lightness value of cb9360 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 01100000
Octal 313 223 140
Decimal 203 147 96
Hex CB 93 60

RGB Percentages of Color #cb9360

%45.52
%32.96
%21.52

CMYK Percentages of Color #cb9360

%0
%28
%53
%20

Triadic Colors of #cb9360

#cb9360 #60cb93 #9360cb

Analogous Colors of #cb9360

#cb9360 #cbc960 #cb6063

Monochromatic Colors of #cb9360

#cb9360

Complementary Color

#cb9360 #6098cb

#cb9360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9360 Color CSS Codes

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

#cb9360 Text Font Color

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

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


#cb9360 Background Color

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

This div background color is #cb9360


#cb9360 Border Color

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

This div border color is #cb9360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9360


Comments

No comments written yet.

Please login to write comment.