#CC8E82

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

Shades of My Pink #CC8E82

Tints of My Pink #CC8E82

Color information

#CC8E82 (or 0xCC8E82) is unknown color: approx My Pink. HEX triplet: CC, 8E and 82. RGB value is (204,142,130). Sum of RGB (Red+Green+Blue) = 204+142+130=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8E82 is #33717D. Grayscale: #9F9F9F. Windows color (decimal): -3371390 or 8556236. OLE color: 8556236.

HSL color Cylindrical-coordinate representation of color #CC8E82: hue angle of 9.73º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8E82 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204142130-
CMYK00.300.360.2
HSL9.73º42.05%65.49%-
HSV(B)9.73º36.27%80%-
XYZ38.633.825.61-
YUV159.17111.54159.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 142 (55.86% from 255) = 29.83%
BLUE value IS 130 (51.17% from 255) = 27.31%
R=42.86%
G=29.83%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414213000.300.360.29.7342.0565.49
HexCC8E8201E2414a2a41
Octal31421620203644241252101
Binary1100110010001110100000100111101001001010010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E82; }

 p { color: rgb(204,142,130); }

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

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

 a { background-color: rgb(204,142,130); }

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

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

 span { border-color: rgb(204,142,130); }

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