#CC8479

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

Shades of My Pink #CC8479

Tints of My Pink #CC8479

Color information

#CC8479 (or 0xCC8479) is unknown color: approx My Pink. HEX triplet: CC, 84 and 79. RGB value is (204,132,121). Sum of RGB (Red+Green+Blue) = 204+132+121=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8479 is #337B86. Grayscale: #989898. Windows color (decimal): -3373959 or 7963852. OLE color: 7963852.

HSL color Cylindrical-coordinate representation of color #CC8479: hue angle of 7.95º 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 #CC8479 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204132121-
CMYK00.350.410.2
HSL7.95º44.86%63.73%-
HSV(B)7.95º40.69%80%-
XYZ36.630.7222.09-
YUV152.27110.35164.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=44.64%
G=28.88%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413212100.350.410.27.9544.8663.73
HexCC8479023291482d40
Octal31420417104351241055100
Binary1100110010000100111100101000111010011010010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8479; }

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

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

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

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

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

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

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

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