#CC9080

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

Shades of My Pink #CC9080

Tints of My Pink #CC9080

Color information

#CC9080 (or 0xCC9080) is unknown color: approx My Pink. HEX triplet: CC, 90 and 80. RGB value is (204,144,128). Sum of RGB (Red+Green+Blue) = 204+144+128=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9080 is #336F7F. Grayscale: #A0A0A0. Windows color (decimal): -3370880 or 8425676. OLE color: 8425676.

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

Color convert

RGB204144128-
CMYK00.290.370.2
HSL12.63º42.7%65.1%-
HSV(B)12.63º37.25%80%-
XYZ38.7734.3425.01-
YUV160.12109.88159.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=42.86%
G=30.25%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414412800.290.370.212.6342.765.1
HexCC908001D2514d2b41
Octal31422020003545241553101
Binary1100110010010000100000000111011001011010011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9080; }

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

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

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

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

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

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

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

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