Shades of My Pink #CC857C
Tints of My Pink #CC857C
RGB
CMYK
RGB Variations
Color information
#CC857C (or 0xCC857C) is known color: My Pink. HEX triplet: CC, 85 and 7C. RGB value is (204,133,124). Sum of RGB (Red+Green+Blue) = 204+133+124=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC857C is #337A83. Grayscale: #999999. Windows color (decimal): -3373700 or 8160716. OLE color: 8160716.
HSL color Cylindrical-coordinate representation of color #CC857C: hue angle of 6.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 #CC857C is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 124 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.2 |
| HSL | 6.75º | 0.44% | 0.64% | - |
| HSV(B) | 6.75º | 0.39% | 0.8% | - |
| XYZ | 36.93 | 31.07 | 23.12 | - |
| YUV | 153.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 124 | 0 | 0.35 | 0.39 | 0.2 | 6.75 | 0.44 | 0.64 |
| Hex | CC | 85 | 7C | 0 | 23 | 27 | 14 | 7 | 2C | 40 |
| Octal | 314 | 205 | 174 | 0 | 43 | 47 | 24 | 7 | 54 | 100 |
| Binary | 11001100 | 10000101 | 1111100 | 0 | 100011 | 100111 | 10100 | 111 | 101100 | 1000000 |
Color Harmonies of #CC857C
Complementary color
Monochromatic Colors of #CC857C
Black with #CC857C
Text Example
Text Example
White with #CC857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC857C; }
p { color: rgb(204,133,124); }
H1.HeaderClassName
{
color: #CC857C;
}
.AnyTagClassName
{
color: #CC857C;
}
</style>
background-color css
<style>
a { background-color: #CC857C; }
a { background-color: rgb(204,133,124); }
div.DivClassName
{
background-color: #CC857C;
}
.BgClassName
{
background-color: #CC857C;
}
</style>
border-color css
<style>
span { border-color: #CC857C; }
span { border-color: rgb(204,133,124); }
td.TdClassName
{
border-color: #CC857C;
}
.TagClassName
{
border-color: #CC857C;
}
</style>