Shades of My Pink #CC8477
Tints of My Pink #CC8477
RGB
CMYK
RGB Variations
Color information
#CC8477 (or 0xCC8477) is known color: My Pink. HEX triplet: CC, 84 and 77. RGB value is (204,132,119). Sum of RGB (Red+Green+Blue) = 204+132+119=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8477 is #337B88. Grayscale: #989898. Windows color (decimal): -3373961 or 7832780. OLE color: 7832780.
HSL color Cylindrical-coordinate representation of color #CC8477: hue angle of 9.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC8477 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 119 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.2 |
| HSL | 9.18º | 0.45% | 0.63% | - |
| HSV(B) | 9.18º | 0.42% | 0.8% | - |
| XYZ | 36.48 | 30.67 | 21.45 | - |
| YUV | 152.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 119 | 0 | 0.35 | 0.42 | 0.2 | 9.18 | 0.45 | 0.63 |
| Hex | CC | 84 | 77 | 0 | 23 | 2A | 14 | 9 | 2D | 3F |
| Octal | 314 | 204 | 167 | 0 | 43 | 52 | 24 | 11 | 55 | 77 |
| Binary | 11001100 | 10000100 | 1110111 | 0 | 100011 | 101010 | 10100 | 1001 | 101101 | 111111 |
Color Harmonies of #CC8477
Complementary color
Monochromatic Colors of #CC8477
Black with #CC8477
Text Example
Text Example
White with #CC8477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8477; }
p { color: rgb(204,132,119); }
H1.HeaderClassName
{
color: #CC8477;
}
.AnyTagClassName
{
color: #CC8477;
}
</style>
background-color css
<style>
a { background-color: #CC8477; }
a { background-color: rgb(204,132,119); }
div.DivClassName
{
background-color: #CC8477;
}
.BgClassName
{
background-color: #CC8477;
}
</style>
border-color css
<style>
span { border-color: #CC8477; }
span { border-color: rgb(204,132,119); }
td.TdClassName
{
border-color: #CC8477;
}
.TagClassName
{
border-color: #CC8477;
}
</style>