Shades of My Pink #CC887D
Tints of My Pink #CC887D
RGB
CMYK
RGB Variations
Color information
#CC887D (or 0xCC887D) is known color: My Pink. HEX triplet: CC, 88 and 7D. RGB value is (204,136,125). Sum of RGB (Red+Green+Blue) = 204+136+125=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC887D is #337782. Grayscale: #9B9B9B. Windows color (decimal): -3372931 or 8227020. OLE color: 8227020.
HSL color Cylindrical-coordinate representation of color #CC887D: hue angle of 8.35º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC887D is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 125 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.2 |
| HSL | 8.35º | 0.44% | 0.65% | - |
| HSV(B) | 8.35º | 0.39% | 0.8% | - |
| XYZ | 37.41 | 31.93 | 23.59 | - |
| YUV | 155.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 125 | 0 | 0.33 | 0.39 | 0.2 | 8.35 | 0.44 | 0.65 |
| Hex | CC | 88 | 7D | 0 | 21 | 27 | 14 | 8 | 2C | 41 |
| Octal | 314 | 210 | 175 | 0 | 41 | 47 | 24 | 10 | 54 | 101 |
| Binary | 11001100 | 10001000 | 1111101 | 0 | 100001 | 100111 | 10100 | 1000 | 101100 | 1000001 |
Color Harmonies of #CC887D
Complementary color
Monochromatic Colors of #CC887D
Black with #CC887D
Text Example
Text Example
White with #CC887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC887D; }
p { color: rgb(204,136,125); }
H1.HeaderClassName
{
color: #CC887D;
}
.AnyTagClassName
{
color: #CC887D;
}
</style>
background-color css
<style>
a { background-color: #CC887D; }
a { background-color: rgb(204,136,125); }
div.DivClassName
{
background-color: #CC887D;
}
.BgClassName
{
background-color: #CC887D;
}
</style>
border-color css
<style>
span { border-color: #CC887D; }
span { border-color: rgb(204,136,125); }
td.TdClassName
{
border-color: #CC887D;
}
.TagClassName
{
border-color: #CC887D;
}
</style>