Shades of My Pink #CC827A
Tints of My Pink #CC827A
RGB
CMYK
RGB Variations
Color information
#CC827A (or 0xCC827A) is known color: My Pink. HEX triplet: CC, 82 and 7A. RGB value is (204,130,122). Sum of RGB (Red+Green+Blue) = 204+130+122=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC827A is #337D85. Grayscale: #979797. Windows color (decimal): -3374470 or 8028876. OLE color: 8028876.
HSL color Cylindrical-coordinate representation of color #CC827A: hue angle of 5.85º 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 #CC827A is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 122 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.2 |
| HSL | 5.85º | 0.45% | 0.64% | - |
| HSV(B) | 5.85º | 0.4% | 0.8% | - |
| XYZ | 36.4 | 30.21 | 22.32 | - |
| YUV | 151.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 122 | 0 | 0.36 | 0.40 | 0.2 | 5.85 | 0.45 | 0.64 |
| Hex | CC | 82 | 7A | 0 | 24 | 28 | 14 | 6 | 2D | 40 |
| Octal | 314 | 202 | 172 | 0 | 44 | 50 | 24 | 6 | 55 | 100 |
| Binary | 11001100 | 10000010 | 1111010 | 0 | 100100 | 101000 | 10100 | 110 | 101101 | 1000000 |
Color Harmonies of #CC827A
Complementary color
Monochromatic Colors of #CC827A
Black with #CC827A
Text Example
Text Example
White with #CC827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC827A; }
p { color: rgb(204,130,122); }
H1.HeaderClassName
{
color: #CC827A;
}
.AnyTagClassName
{
color: #CC827A;
}
</style>
background-color css
<style>
a { background-color: #CC827A; }
a { background-color: rgb(204,130,122); }
div.DivClassName
{
background-color: #CC827A;
}
.BgClassName
{
background-color: #CC827A;
}
</style>
border-color css
<style>
span { border-color: #CC827A; }
span { border-color: rgb(204,130,122); }
td.TdClassName
{
border-color: #CC827A;
}
.TagClassName
{
border-color: #CC827A;
}
</style>