Shades of My Pink #CC827E
Tints of My Pink #CC827E
RGB
CMYK
RGB Variations
Color information
#CC827E (or 0xCC827E) is known color: My Pink. HEX triplet: CC, 82 and 7E. RGB value is (204,130,126). Sum of RGB (Red+Green+Blue) = 204+130+126=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC827E is #337D81. Grayscale: #979797. Windows color (decimal): -3374466 or 8291020. OLE color: 8291020.
HSL color Cylindrical-coordinate representation of color #CC827E: hue angle of 3.08º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC827E is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 126 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.2 |
| HSL | 3.08º | 0.43% | 0.65% | - |
| HSV(B) | 3.08º | 0.38% | 0.8% | - |
| XYZ | 36.65 | 30.31 | 23.66 | - |
| YUV | 151.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 126 | 0 | 0.36 | 0.38 | 0.2 | 3.08 | 0.43 | 0.65 |
| Hex | CC | 82 | 7E | 0 | 24 | 26 | 14 | 3 | 2B | 41 |
| Octal | 314 | 202 | 176 | 0 | 44 | 46 | 24 | 3 | 53 | 101 |
| Binary | 11001100 | 10000010 | 1111110 | 0 | 100100 | 100110 | 10100 | 11 | 101011 | 1000001 |
Color Harmonies of #CC827E
Complementary color
Monochromatic Colors of #CC827E
Black with #CC827E
Text Example
Text Example
White with #CC827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC827E; }
p { color: rgb(204,130,126); }
H1.HeaderClassName
{
color: #CC827E;
}
.AnyTagClassName
{
color: #CC827E;
}
</style>
background-color css
<style>
a { background-color: #CC827E; }
a { background-color: rgb(204,130,126); }
div.DivClassName
{
background-color: #CC827E;
}
.BgClassName
{
background-color: #CC827E;
}
</style>
border-color css
<style>
span { border-color: #CC827E; }
span { border-color: rgb(204,130,126); }
td.TdClassName
{
border-color: #CC827E;
}
.TagClassName
{
border-color: #CC827E;
}
</style>