Color Hex Logo

#cc961f Color Hex

#CC961F
(204,150,31)
0 Favorites   0 Comments

Color spaces of #cc961f

RGB 20415031
HSL0.110.740.46
HSV41°85°80°
CMYK 0.000.260.85   0.20
XYZ36.055534.74906.1032
Yxy34.74900.46880.4518
Hunter Lab58.94836.019435.1252
CIE-Lab65.552810.428764.0669

#cc961f color RGB value is (204,150,31).

#cc961f hex color red value is 204, green value is 150 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cc961f hue: 0.11 , saturation: 0.74 and the lightness value of cc961f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 00011111
Octal 314 226 37
Decimal 204 150 31
Hex CC 96 1F

RGB Percentages of Color #cc961f

%52.99
%38.96
%8.05

CMYK Percentages of Color #cc961f

%0
%26
%85
%20

Triadic Colors of #cc961f

#cc961f #1fcc96 #961fcc

Analogous Colors of #cc961f

#cc961f #accc1f #cc3f1f

Monochromatic Colors of #cc961f

#cc961f

Complementary Color

#cc961f #1f55cc

#cc961f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc961f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc961f Color CSS Codes

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

#cc961f Text Font Color

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

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


#cc961f Background Color

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

This div background color is #cc961f


#cc961f Border Color

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

This div border color is #cc961f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc961f


Comments

No comments written yet.

Please login to write comment.