Shades of My Pink #C88778
Tints of My Pink #C88778
RGB
CMYK
RGB Variations
Color information
#C88778 (or 0xC88778) is known color: My Pink. HEX triplet: C8, 87 and 78. RGB value is (200,135,120). Sum of RGB (Red+Green+Blue) = 200+135+120=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C88778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88778 is #377887. Grayscale: #989898. Windows color (decimal): -3635336 or 7899080. OLE color: 7899080.
HSL color Cylindrical-coordinate representation of color #C88778: hue angle of 11.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 #C88778 is Cyan = 0, Magento = 0.32, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 120 | - |
| CMYK | 0 | 0.32 | 0.4 | 0.22 |
| HSL | 11.25º | 0.42% | 0.63% | - |
| HSV(B) | 11.25º | 0.4% | 0.78% | - |
| XYZ | 35.87 | 30.96 | 21.86 | - |
| YUV | 152.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 120 | 0 | 0.32 | 0.4 | 0.22 | 11.25 | 0.42 | 0.63 |
| Hex | C8 | 87 | 78 | 0 | 20 | 28 | 16 | B | 2A | 3F |
| Octal | 310 | 207 | 170 | 0 | 40 | 50 | 26 | 13 | 52 | 77 |
| Binary | 11001000 | 10000111 | 1111000 | 0 | 100000 | 101000 | 10110 | 1011 | 101010 | 111111 |
Color Harmonies of #C88778
Complementary color
Monochromatic Colors of #C88778
Black with #C88778
Text Example
Text Example
White with #C88778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88778; }
p { color: rgb(200,135,120); }
H1.HeaderClassName
{
color: #C88778;
}
.AnyTagClassName
{
color: #C88778;
}
</style>
background-color css
<style>
a { background-color: #C88778; }
a { background-color: rgb(200,135,120); }
div.DivClassName
{
background-color: #C88778;
}
.BgClassName
{
background-color: #C88778;
}
</style>
border-color css
<style>
span { border-color: #C88778; }
span { border-color: rgb(200,135,120); }
td.TdClassName
{
border-color: #C88778;
}
.TagClassName
{
border-color: #C88778;
}
</style>