Shades of My Pink #CC8482
Tints of My Pink #CC8482
RGB
CMYK
RGB Variations
Color information
#CC8482 (or 0xCC8482) is known color: My Pink. HEX triplet: CC, 84 and 82. RGB value is (204,132,130). Sum of RGB (Red+Green+Blue) = 204+132+130=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8482 is #337B7D. Grayscale: #999999. Windows color (decimal): -3373950 or 8553676. OLE color: 8553676.
HSL color Cylindrical-coordinate representation of color #CC8482: hue angle of 1.62º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8482 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 130 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.2 |
| HSL | 1.62º | 0.42% | 0.65% | - |
| HSV(B) | 1.62º | 0.36% | 0.8% | - |
| XYZ | 37.18 | 30.95 | 25.13 | - |
| YUV | 153.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 130 | 0 | 0.35 | 0.36 | 0.2 | 1.62 | 0.42 | 0.65 |
| Hex | CC | 84 | 82 | 0 | 23 | 24 | 14 | 2 | 2A | 41 |
| Octal | 314 | 204 | 202 | 0 | 43 | 44 | 24 | 2 | 52 | 101 |
| Binary | 11001100 | 10000100 | 10000010 | 0 | 100011 | 100100 | 10100 | 10 | 101010 | 1000001 |
Color Harmonies of #CC8482
Complementary color
Monochromatic Colors of #CC8482
Black with #CC8482
Text Example
Text Example
White with #CC8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8482; }
p { color: rgb(204,132,130); }
H1.HeaderClassName
{
color: #CC8482;
}
.AnyTagClassName
{
color: #CC8482;
}
</style>
background-color css
<style>
a { background-color: #CC8482; }
a { background-color: rgb(204,132,130); }
div.DivClassName
{
background-color: #CC8482;
}
.BgClassName
{
background-color: #CC8482;
}
</style>
border-color css
<style>
span { border-color: #CC8482; }
span { border-color: rgb(204,132,130); }
td.TdClassName
{
border-color: #CC8482;
}
.TagClassName
{
border-color: #CC8482;
}
</style>