Shades of My Pink #CC817A
Tints of My Pink #CC817A
RGB
CMYK
RGB Variations
Color information
#CC817A (or 0xCC817A) is known color: My Pink. HEX triplet: CC, 81 and 7A. RGB value is (204,129,122). Sum of RGB (Red+Green+Blue) = 204+129+122=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC817A is #337E85. Grayscale: #969696. Windows color (decimal): -3374726 or 8028620. OLE color: 8028620.
HSL color Cylindrical-coordinate representation of color #CC817A: hue angle of 5.12º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC817A is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 122 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.2 |
| HSL | 5.12º | 0.45% | 0.64% | - |
| HSV(B) | 5.12º | 0.4% | 0.8% | - |
| XYZ | 36.26 | 29.94 | 22.28 | - |
| YUV | 150.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 122 | 0 | 0.37 | 0.40 | 0.2 | 5.12 | 0.45 | 0.64 |
| Hex | CC | 81 | 7A | 0 | 25 | 28 | 14 | 5 | 2D | 40 |
| Octal | 314 | 201 | 172 | 0 | 45 | 50 | 24 | 5 | 55 | 100 |
| Binary | 11001100 | 10000001 | 1111010 | 0 | 100101 | 101000 | 10100 | 101 | 101101 | 1000000 |
Color Harmonies of #CC817A
Complementary color
Monochromatic Colors of #CC817A
Black with #CC817A
Text Example
Text Example
White with #CC817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC817A; }
p { color: rgb(204,129,122); }
H1.HeaderClassName
{
color: #CC817A;
}
.AnyTagClassName
{
color: #CC817A;
}
</style>
background-color css
<style>
a { background-color: #CC817A; }
a { background-color: rgb(204,129,122); }
div.DivClassName
{
background-color: #CC817A;
}
.BgClassName
{
background-color: #CC817A;
}
</style>
border-color css
<style>
span { border-color: #CC817A; }
span { border-color: rgb(204,129,122); }
td.TdClassName
{
border-color: #CC817A;
}
.TagClassName
{
border-color: #CC817A;
}
</style>