Color Hex Logo

#cd963c Color Hex

#CD963C
(205,150,60)
0 Favorites   0 Comments

Color spaces of #cd963c

RGB 20515060
HSL0.100.590.52
HSV37°71°80°
CMYK 0.000.270.71   0.20
XYZ36.898835.11819.1087
Yxy35.11810.45480.4329
Hunter Lab59.26057.437832.3691
CIE-Lab65.840511.988653.6337

#cd963c color RGB value is (205,150,60).

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

The process color (four color CMYK) of #cd963c color hex is 0.00, 0.27, 0.71, 0.20. Web safe color of #cd963c is #cc9933. Color #cd963c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010110 00111100
Octal 315 226 74
Decimal 205 150 60
Hex CD 96 3C

RGB Percentages of Color #cd963c

%49.40
%36.14
%14.46

CMYK Percentages of Color #cd963c

%0
%27
%71
%20

Triadic Colors of #cd963c

#cd963c #3ccd96 #963ccd

Analogous Colors of #cd963c

#cd963c #bccd3c #cd4e3c

Monochromatic Colors of #cd963c

#cd963c

Complementary Color

#cd963c #3c73cd

#cd963c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd963c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd963c Color CSS Codes

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

#cd963c Text Font Color

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

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


#cd963c Background Color

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

This div background color is #cd963c


#cd963c Border Color

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

This div border color is #cd963c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd963c


Comments

No comments written yet.

Please login to write comment.