Shades of My Pink #CC8276
Tints of My Pink #CC8276
RGB
CMYK
RGB Variations
Color information
#CC8276 (or 0xCC8276) is known color: My Pink. HEX triplet: CC, 82 and 76. RGB value is (204,130,118). Sum of RGB (Red+Green+Blue) = 204+130+118=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8276 is #337D89. Grayscale: #969696. Windows color (decimal): -3374474 or 7766732. OLE color: 7766732.
HSL color Cylindrical-coordinate representation of color #CC8276: hue angle of 8.37º degrees, saturation: 0.46, 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 #CC8276 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 118 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.2 |
| HSL | 8.37º | 0.46% | 0.63% | - |
| HSV(B) | 8.37º | 0.42% | 0.8% | - |
| XYZ | 36.15 | 30.11 | 21.05 | - |
| YUV | 150.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 118 | 0 | 0.36 | 0.42 | 0.2 | 8.37 | 0.46 | 0.63 |
| Hex | CC | 82 | 76 | 0 | 24 | 2A | 14 | 8 | 2E | 3F |
| Octal | 314 | 202 | 166 | 0 | 44 | 52 | 24 | 10 | 56 | 77 |
| Binary | 11001100 | 10000010 | 1110110 | 0 | 100100 | 101010 | 10100 | 1000 | 101110 | 111111 |
Color Harmonies of #CC8276
Complementary color
Monochromatic Colors of #CC8276
Black with #CC8276
Text Example
Text Example
White with #CC8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8276; }
p { color: rgb(204,130,118); }
H1.HeaderClassName
{
color: #CC8276;
}
.AnyTagClassName
{
color: #CC8276;
}
</style>
background-color css
<style>
a { background-color: #CC8276; }
a { background-color: rgb(204,130,118); }
div.DivClassName
{
background-color: #CC8276;
}
.BgClassName
{
background-color: #CC8276;
}
</style>
border-color css
<style>
span { border-color: #CC8276; }
span { border-color: rgb(204,130,118); }
td.TdClassName
{
border-color: #CC8276;
}
.TagClassName
{
border-color: #CC8276;
}
</style>