Shades of My Pink #CC9081
Tints of My Pink #CC9081
RGB
CMYK
RGB Variations
Color information
#CC9081 (or 0xCC9081) is known color: My Pink. HEX triplet: CC, 90 and 81. RGB value is (204,144,129). Sum of RGB (Red+Green+Blue) = 204+144+129=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9081 is #336F7E. Grayscale: #A0A0A0. Windows color (decimal): -3370879 or 8491212. OLE color: 8491212.
HSL color Cylindrical-coordinate representation of color #CC9081: hue angle of 12º degrees, saturation: 0.42, 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 #CC9081 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 129 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.2 |
| HSL | 12º | 0.42% | 0.65% | - |
| HSV(B) | 12º | 0.37% | 0.8% | - |
| XYZ | 38.84 | 34.37 | 25.36 | - |
| YUV | 160.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 129 | 0 | 0.29 | 0.37 | 0.2 | 12 | 0.42 | 0.65 |
| Hex | CC | 90 | 81 | 0 | 1D | 25 | 14 | C | 2A | 41 |
| Octal | 314 | 220 | 201 | 0 | 35 | 45 | 24 | 14 | 52 | 101 |
| Binary | 11001100 | 10010000 | 10000001 | 0 | 11101 | 100101 | 10100 | 1100 | 101010 | 1000001 |
Color Harmonies of #CC9081
Complementary color
Monochromatic Colors of #CC9081
Black with #CC9081
Text Example
Text Example
White with #CC9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9081; }
p { color: rgb(204,144,129); }
H1.HeaderClassName
{
color: #CC9081;
}
.AnyTagClassName
{
color: #CC9081;
}
</style>
background-color css
<style>
a { background-color: #CC9081; }
a { background-color: rgb(204,144,129); }
div.DivClassName
{
background-color: #CC9081;
}
.BgClassName
{
background-color: #CC9081;
}
</style>
border-color css
<style>
span { border-color: #CC9081; }
span { border-color: rgb(204,144,129); }
td.TdClassName
{
border-color: #CC9081;
}
.TagClassName
{
border-color: #CC9081;
}
</style>