Shades of My Pink #CC897B
Tints of My Pink #CC897B
RGB
CMYK
RGB Variations
Color information
#CC897B (or 0xCC897B) is known color: My Pink. HEX triplet: CC, 89 and 7B. RGB value is (204,137,123). Sum of RGB (Red+Green+Blue) = 204+137+123=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC897B is #337684. Grayscale: #9B9B9B. Windows color (decimal): -3372677 or 8096204. OLE color: 8096204.
HSL color Cylindrical-coordinate representation of color #CC897B: hue angle of 10.37º degrees, saturation: 0.44, 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 #CC897B is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 123 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.2 |
| HSL | 10.37º | 0.44% | 0.64% | - |
| HSV(B) | 10.37º | 0.4% | 0.8% | - |
| XYZ | 37.42 | 32.16 | 22.97 | - |
| YUV | 155.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 123 | 0 | 0.33 | 0.40 | 0.2 | 10.37 | 0.44 | 0.64 |
| Hex | CC | 89 | 7B | 0 | 21 | 28 | 14 | A | 2C | 40 |
| Octal | 314 | 211 | 173 | 0 | 41 | 50 | 24 | 12 | 54 | 100 |
| Binary | 11001100 | 10001001 | 1111011 | 0 | 100001 | 101000 | 10100 | 1010 | 101100 | 1000000 |
Color Harmonies of #CC897B
Complementary color
Monochromatic Colors of #CC897B
Black with #CC897B
Text Example
Text Example
White with #CC897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC897B; }
p { color: rgb(204,137,123); }
H1.HeaderClassName
{
color: #CC897B;
}
.AnyTagClassName
{
color: #CC897B;
}
</style>
background-color css
<style>
a { background-color: #CC897B; }
a { background-color: rgb(204,137,123); }
div.DivClassName
{
background-color: #CC897B;
}
.BgClassName
{
background-color: #CC897B;
}
</style>
border-color css
<style>
span { border-color: #CC897B; }
span { border-color: rgb(204,137,123); }
td.TdClassName
{
border-color: #CC897B;
}
.TagClassName
{
border-color: #CC897B;
}
</style>