#CC8A80

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

Shades of My Pink #CC8A80

Tints of My Pink #CC8A80

Color information

#CC8A80 (or 0xCC8A80) is unknown color: approx My Pink. HEX triplet: CC, 8A and 80. RGB value is (204,138,128). Sum of RGB (Red+Green+Blue) = 204+138+128=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8A80 is #33757F. Grayscale: #9C9C9C. Windows color (decimal): -3372416 or 8424140. OLE color: 8424140.

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

Color convert

RGB204138128-
CMYK00.320.370.2
HSL7.89º42.7%65.1%-
HSV(B)7.89º37.25%80%-
XYZ37.8932.5724.71-
YUV156.59111.87161.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=43.40%
G=29.36%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413812800.320.370.27.8942.765.1
HexCC8A80020251482b41
Octal31421220004045241053101
Binary11001100100010101000000001000001001011010010001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A80; }

 p { color: rgb(204,138,128); }

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

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

 a { background-color: rgb(204,138,128); }

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

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

 span { border-color: rgb(204,138,128); }

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