Color Hex Logo

#cb963c Color Hex

#CB963C
(203,150,60)
0 Favorites   0 Comments

Color spaces of #cb963c

RGB 20315060
HSL0.100.580.52
HSV38°70°80°
CMYK 0.000.260.70   0.20
XYZ36.350634.83549.0830
Yxy34.83540.45290.4340
Hunter Lab59.02156.648232.1907
CIE-Lab65.620311.122453.3364

#cb963c color RGB value is (203,150,60).

#cb963c hex color red value is 203, green value is 150 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cb963c hue: 0.10 , saturation: 0.58 and the lightness value of cb963c is 0.52.

The process color (four color CMYK) of #cb963c color hex is 0.00, 0.26, 0.70, 0.20. Web safe color of #cb963c is #cc9933. Color #cb963c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 00111100
Octal 313 226 74
Decimal 203 150 60
Hex CB 96 3C

RGB Percentages of Color #cb963c

%49.15
%36.32
%14.53

CMYK Percentages of Color #cb963c

%0
%26
%70
%20

Triadic Colors of #cb963c

#cb963c #3ccb96 #963ccb

Analogous Colors of #cb963c

#cb963c #b9cb3c #cb4f3c

Monochromatic Colors of #cb963c

#cb963c

Complementary Color

#cb963c #3c71cb

#cb963c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb963c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb963c Color CSS Codes

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

#cb963c Text Font Color

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

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


#cb963c Background Color

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

This div background color is #cb963c


#cb963c Border Color

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

This div border color is #cb963c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb963c


Comments

No comments written yet.

Please login to write comment.