Shades of My Pink #CC9080
Tints of My Pink #CC9080
RGB
CMYK
RGB Variations
Color information
#CC9080 (or 0xCC9080) is known color: 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
| RGB | 204 | 144 | 128 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.2 |
| HSL | 12.63º | 0.43% | 0.65% | - |
| HSV(B) | 12.63º | 0.37% | 0.8% | - |
| XYZ | 38.77 | 34.34 | 25.01 | - |
| YUV | 160.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 128 | 0 | 0.29 | 0.37 | 0.2 | 12.63 | 0.43 | 0.65 |
| Hex | CC | 90 | 80 | 0 | 1D | 25 | 14 | D | 2B | 41 |
| Octal | 314 | 220 | 200 | 0 | 35 | 45 | 24 | 15 | 53 | 101 |
| Binary | 11001100 | 10010000 | 10000000 | 0 | 11101 | 100101 | 10100 | 1101 | 101011 | 1000001 |
Color Harmonies of #CC9080
Complementary color
Monochromatic Colors of #CC9080
Black with #CC9080
Text Example
Text Example
White with #CC9080
Text Example
Text Example
HTML Codes & Css Web 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>