#CC8979

Color #CC8979 My Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Pink #CC8979

Tints of My Pink #CC8979

Color information

#CC8979 (or 0xCC8979) is unknown color: approx My Pink. HEX triplet: CC, 89 and 79. RGB value is (204,137,121). Sum of RGB (Red+Green+Blue) = 204+137+121=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8979 is #337686. Grayscale: #9B9B9B. Windows color (decimal): -3372679 or 7965132. OLE color: 7965132.

HSL color Cylindrical-coordinate representation of color #CC8979: hue angle of 11.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8979 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204137121-
CMYK00.330.410.2
HSL11.57º44.86%63.73%-
HSV(B)11.57º40.69%80%-
XYZ37.332.1122.32-
YUV155.21108.7162.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=44.16%
G=29.65%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413712100.330.410.211.5744.8663.73
HexCC89790212914c2d40
Octal31421117104151241455100
Binary1100110010001001111100101000011010011010011001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8979; }

 p { color: rgb(204,137,121); }

 H1.HeaderClassName
 {
   color: #CC8979;
 }
 .AnyTagClassName
 {
   color: #CC8979;
 }
</style>
background-color css

<style>
 a { background-color: #CC8979; }

 a { background-color: rgb(204,137,121); }

 div.DivClassName
 {
   background-color: #CC8979;
 }
 .BgClassName
 {
   background-color: #CC8979;
 }
</style>
border-color css

<style>
 span { border-color: #CC8979; }

 span { border-color: rgb(204,137,121); }

 td.TdClassName
 {
   border-color: #CC8979;
 }
 .TagClassName
 {
   border-color: #CC8979;
 }
</style>