Shades of My Pink #CC877C
Tints of My Pink #CC877C
RGB
CMYK
RGB Variations
Color information
#CC877C (or 0xCC877C) is known color: My Pink. HEX triplet: CC, 87 and 7C. RGB value is (204,135,124). Sum of RGB (Red+Green+Blue) = 204+135+124=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC877C is #337883. Grayscale: #9A9A9A. Windows color (decimal): -3373188 or 8161228. OLE color: 8161228.
HSL color Cylindrical-coordinate representation of color #CC877C: hue angle of 8.25º 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 #CC877C is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 124 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.2 |
| HSL | 8.25º | 0.44% | 0.64% | - |
| HSV(B) | 8.25º | 0.39% | 0.8% | - |
| XYZ | 37.2 | 31.62 | 23.21 | - |
| YUV | 154.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 124 | 0 | 0.34 | 0.39 | 0.2 | 8.25 | 0.44 | 0.64 |
| Hex | CC | 87 | 7C | 0 | 22 | 27 | 14 | 8 | 2C | 40 |
| Octal | 314 | 207 | 174 | 0 | 42 | 47 | 24 | 10 | 54 | 100 |
| Binary | 11001100 | 10000111 | 1111100 | 0 | 100010 | 100111 | 10100 | 1000 | 101100 | 1000000 |
Color Harmonies of #CC877C
Complementary color
Monochromatic Colors of #CC877C
Black with #CC877C
Text Example
Text Example
White with #CC877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC877C; }
p { color: rgb(204,135,124); }
H1.HeaderClassName
{
color: #CC877C;
}
.AnyTagClassName
{
color: #CC877C;
}
</style>
background-color css
<style>
a { background-color: #CC877C; }
a { background-color: rgb(204,135,124); }
div.DivClassName
{
background-color: #CC877C;
}
.BgClassName
{
background-color: #CC877C;
}
</style>
border-color css
<style>
span { border-color: #CC877C; }
span { border-color: rgb(204,135,124); }
td.TdClassName
{
border-color: #CC877C;
}
.TagClassName
{
border-color: #CC877C;
}
</style>