Shades of My Pink #CC887E
Tints of My Pink #CC887E
RGB
CMYK
RGB Variations
Color information
#CC887E (or 0xCC887E) is known color: My Pink. HEX triplet: CC, 88 and 7E. RGB value is (204,136,126). Sum of RGB (Red+Green+Blue) = 204+136+126=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC887E is #337781. Grayscale: #9B9B9B. Windows color (decimal): -3372930 or 8292556. OLE color: 8292556.
HSL color Cylindrical-coordinate representation of color #CC887E: hue angle of 7.69º 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 #CC887E is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 126 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.2 |
| HSL | 7.69º | 0.43% | 0.65% | - |
| HSV(B) | 7.69º | 0.38% | 0.8% | - |
| XYZ | 37.47 | 31.95 | 23.93 | - |
| YUV | 155.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 126 | 0 | 0.33 | 0.38 | 0.2 | 7.69 | 0.43 | 0.65 |
| Hex | CC | 88 | 7E | 0 | 21 | 26 | 14 | 8 | 2B | 41 |
| Octal | 314 | 210 | 176 | 0 | 41 | 46 | 24 | 10 | 53 | 101 |
| Binary | 11001100 | 10001000 | 1111110 | 0 | 100001 | 100110 | 10100 | 1000 | 101011 | 1000001 |
Color Harmonies of #CC887E
Complementary color
Monochromatic Colors of #CC887E
Black with #CC887E
Text Example
Text Example
White with #CC887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC887E; }
p { color: rgb(204,136,126); }
H1.HeaderClassName
{
color: #CC887E;
}
.AnyTagClassName
{
color: #CC887E;
}
</style>
background-color css
<style>
a { background-color: #CC887E; }
a { background-color: rgb(204,136,126); }
div.DivClassName
{
background-color: #CC887E;
}
.BgClassName
{
background-color: #CC887E;
}
</style>
border-color css
<style>
span { border-color: #CC887E; }
span { border-color: rgb(204,136,126); }
td.TdClassName
{
border-color: #CC887E;
}
.TagClassName
{
border-color: #CC887E;
}
</style>