Color Hex Logo

#cc978b Color Hex

#CC978B
(204,151,139)
0 Favorites   0 Comments

Color spaces of #cc978b

RGB 204151139
HSL0.030.390.67
HSV11°32°80°
CMYK 0.000.260.32   0.20
XYZ40.628636.834729.3945
Yxy36.83470.38020.3447
Hunter Lab60.691613.282413.7684
CIE-Lab67.152818.229614.1066

#cc978b color RGB value is (204,151,139).

#cc978b hex color red value is 204, green value is 151 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cc978b hue: 0.03 , saturation: 0.39 and the lightness value of cc978b is 0.67.

The process color (four color CMYK) of #cc978b color hex is 0.00, 0.26, 0.32, 0.20. Web safe color of #cc978b is #cc9999. Color #cc978b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 10001011
Octal 314 227 213
Decimal 204 151 139
Hex CC 97 8B

RGB Percentages of Color #cc978b

%41.30
%30.57
%28.14

CMYK Percentages of Color #cc978b

%0
%26
%32
%20

Triadic Colors of #cc978b

#cc978b #8bcc97 #978bcc

Analogous Colors of #cc978b

#cc978b #ccb88b #cc8ba0

Monochromatic Colors of #cc978b

#cc978b

Complementary Color

#cc978b #8bc0cc

#cc978b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc978b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc978b Color CSS Codes

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

#cc978b Text Font Color

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

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


#cc978b Background Color

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

This div background color is #cc978b


#cc978b Border Color

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

This div border color is #cc978b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc978b


Comments

No comments written yet.

Please login to write comment.