Shades of My Pink #CC897C
Tints of My Pink #CC897C
RGB
CMYK
RGB Variations
Color information
#CC897C (or 0xCC897C) is known color: My Pink. HEX triplet: CC, 89 and 7C. RGB value is (204,137,124). Sum of RGB (Red+Green+Blue) = 204+137+124=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC897C is #337683. Grayscale: #9B9B9B. Windows color (decimal): -3372676 or 8161740. OLE color: 8161740.
HSL color Cylindrical-coordinate representation of color #CC897C: hue angle of 9.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC897C is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 124 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.2 |
| HSL | 9.75º | 0.44% | 0.64% | - |
| HSV(B) | 9.75º | 0.39% | 0.8% | - |
| XYZ | 37.49 | 32.18 | 23.31 | - |
| YUV | 155.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 124 | 0 | 0.33 | 0.39 | 0.2 | 9.75 | 0.44 | 0.64 |
| Hex | CC | 89 | 7C | 0 | 21 | 27 | 14 | A | 2C | 40 |
| Octal | 314 | 211 | 174 | 0 | 41 | 47 | 24 | 12 | 54 | 100 |
| Binary | 11001100 | 10001001 | 1111100 | 0 | 100001 | 100111 | 10100 | 1010 | 101100 | 1000000 |
Color Harmonies of #CC897C
Complementary color
Monochromatic Colors of #CC897C
Black with #CC897C
Text Example
Text Example
White with #CC897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC897C; }
p { color: rgb(204,137,124); }
H1.HeaderClassName
{
color: #CC897C;
}
.AnyTagClassName
{
color: #CC897C;
}
</style>
background-color css
<style>
a { background-color: #CC897C; }
a { background-color: rgb(204,137,124); }
div.DivClassName
{
background-color: #CC897C;
}
.BgClassName
{
background-color: #CC897C;
}
</style>
border-color css
<style>
span { border-color: #CC897C; }
span { border-color: rgb(204,137,124); }
td.TdClassName
{
border-color: #CC897C;
}
.TagClassName
{
border-color: #CC897C;
}
</style>