#CC9180

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

Shades of My Pink #CC9180

Tints of My Pink #CC9180

Color information

#CC9180 (or 0xCC9180) is unknown color: approx My Pink. HEX triplet: CC, 91 and 80. RGB value is (204,145,128). Sum of RGB (Red+Green+Blue) = 204+145+128=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9180 is #336E7F. Grayscale: #A0A0A0. Windows color (decimal): -3370624 or 8425932. OLE color: 8425932.

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

Color convert

RGB204145128-
CMYK00.290.370.2
HSL13.42º42.7%65.1%-
HSV(B)13.42º37.25%80%-
XYZ38.9234.6525.06-
YUV160.7109.55158.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=42.77%
G=30.40%
B=26.83%

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
Decimal20414512800.290.370.213.4242.765.1
HexCC918001D2514d2b41
Octal31422120003545241553101
Binary1100110010010001100000000111011001011010011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9180; }

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

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

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

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

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

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

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

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