Shades of My Pink #CC897E
Tints of My Pink #CC897E
RGB
CMYK
RGB Variations
Color information
#CC897E (or 0xCC897E) is known color: My Pink. HEX triplet: CC, 89 and 7E. RGB value is (204,137,126). Sum of RGB (Red+Green+Blue) = 204+137+126=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC897E is #337681. Grayscale: #9B9B9B. Windows color (decimal): -3372674 or 8292812. OLE color: 8292812.
HSL color Cylindrical-coordinate representation of color #CC897E: hue angle of 8.46º 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 #CC897E is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 126 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.2 |
| HSL | 8.46º | 0.43% | 0.65% | - |
| HSV(B) | 8.46º | 0.38% | 0.8% | - |
| XYZ | 37.61 | 32.24 | 23.98 | - |
| YUV | 155.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 126 | 0 | 0.33 | 0.38 | 0.2 | 8.46 | 0.43 | 0.65 |
| Hex | CC | 89 | 7E | 0 | 21 | 26 | 14 | 8 | 2B | 41 |
| Octal | 314 | 211 | 176 | 0 | 41 | 46 | 24 | 10 | 53 | 101 |
| Binary | 11001100 | 10001001 | 1111110 | 0 | 100001 | 100110 | 10100 | 1000 | 101011 | 1000001 |
Color Harmonies of #CC897E
Complementary color
Monochromatic Colors of #CC897E
Black with #CC897E
Text Example
Text Example
White with #CC897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC897E; }
p { color: rgb(204,137,126); }
H1.HeaderClassName
{
color: #CC897E;
}
.AnyTagClassName
{
color: #CC897E;
}
</style>
background-color css
<style>
a { background-color: #CC897E; }
a { background-color: rgb(204,137,126); }
div.DivClassName
{
background-color: #CC897E;
}
.BgClassName
{
background-color: #CC897E;
}
</style>
border-color css
<style>
span { border-color: #CC897E; }
span { border-color: rgb(204,137,126); }
td.TdClassName
{
border-color: #CC897E;
}
.TagClassName
{
border-color: #CC897E;
}
</style>