Shades of My Pink #C87F78
Tints of My Pink #C87F78
RGB
CMYK
RGB Variations
Color information
#C87F78 (or 0xC87F78) is known color: My Pink. HEX triplet: C8, 7F and 78. RGB value is (200,127,120). Sum of RGB (Red+Green+Blue) = 200+127+120=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F78 is #378087. Grayscale: #949494. Windows color (decimal): -3637384 or 7897032. OLE color: 7897032.
HSL color Cylindrical-coordinate representation of color #C87F78: hue angle of 5.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87F78 is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 120 | - |
| CMYK | 0 | 0.36 | 0.4 | 0.22 |
| HSL | 5.25º | 0.42% | 0.63% | - |
| HSV(B) | 5.25º | 0.4% | 0.78% | - |
| XYZ | 34.8 | 28.81 | 21.5 | - |
| YUV | 148.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 120 | 0 | 0.36 | 0.4 | 0.22 | 5.25 | 0.42 | 0.63 |
| Hex | C8 | 7F | 78 | 0 | 24 | 28 | 16 | 5 | 2A | 3F |
| Octal | 310 | 177 | 170 | 0 | 44 | 50 | 26 | 5 | 52 | 77 |
| Binary | 11001000 | 1111111 | 1111000 | 0 | 100100 | 101000 | 10110 | 101 | 101010 | 111111 |
Color Harmonies of #C87F78
Complementary color
Monochromatic Colors of #C87F78
Black with #C87F78
Text Example
Text Example
White with #C87F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F78; }
p { color: rgb(200,127,120); }
H1.HeaderClassName
{
color: #C87F78;
}
.AnyTagClassName
{
color: #C87F78;
}
</style>
background-color css
<style>
a { background-color: #C87F78; }
a { background-color: rgb(200,127,120); }
div.DivClassName
{
background-color: #C87F78;
}
.BgClassName
{
background-color: #C87F78;
}
</style>
border-color css
<style>
span { border-color: #C87F78; }
span { border-color: rgb(200,127,120); }
td.TdClassName
{
border-color: #C87F78;
}
.TagClassName
{
border-color: #C87F78;
}
</style>