Color Hex Logo

#cc934b Color Hex

#CC934B
(204,147,75)
0 Favorites   0 Comments

Color spaces of #cc934b

RGB 20414775
HSL0.090.560.55
HSV33°63°80°
CMYK 0.000.280.63   0.20
XYZ36.605634.212811.3310
Yxy34.21280.44560.4165
Hunter Lab58.49179.349429.4586
CIE-Lab65.131114.077645.8080

#cc934b color RGB value is (204,147,75).

#cc934b hex color red value is 204, green value is 147 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cc934b hue: 0.09 , saturation: 0.56 and the lightness value of cc934b is 0.55.

The process color (four color CMYK) of #cc934b color hex is 0.00, 0.28, 0.63, 0.20. Web safe color of #cc934b is #cc9933. Color #cc934b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010011 01001011
Octal 314 223 113
Decimal 204 147 75
Hex CC 93 4B

RGB Percentages of Color #cc934b

%47.89
%34.51
%17.61

CMYK Percentages of Color #cc934b

%0
%28
%63
%20

Triadic Colors of #cc934b

#cc934b #4bcc93 #934bcc

Analogous Colors of #cc934b

#cc934b #c5cc4b #cc534b

Monochromatic Colors of #cc934b

#cc934b

Complementary Color

#cc934b #4b84cc

#cc934b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc934b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc934b Color CSS Codes

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

#cc934b Text Font Color

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

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


#cc934b Background Color

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

This div background color is #cc934b


#cc934b Border Color

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

This div border color is #cc934b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc934b


Comments

No comments written yet.

Please login to write comment.