Shades of My Pink #C88579
Tints of My Pink #C88579
RGB
CMYK
RGB Variations
Color information
#C88579 (or 0xC88579) is known color: My Pink. HEX triplet: C8, 85 and 79. RGB value is (200,133,121). Sum of RGB (Red+Green+Blue) = 200+133+121=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C88579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88579 is #377A86. Grayscale: #979797. Windows color (decimal): -3635847 or 7964104. OLE color: 7964104.
HSL color Cylindrical-coordinate representation of color #C88579: hue angle of 9.11º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C88579 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 121 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.22 |
| HSL | 9.11º | 0.42% | 0.63% | - |
| HSV(B) | 9.11º | 0.4% | 0.78% | - |
| XYZ | 35.66 | 30.43 | 22.08 | - |
| YUV | 151.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 121 | 0 | 0.34 | 0.39 | 0.22 | 9.11 | 0.42 | 0.63 |
| Hex | C8 | 85 | 79 | 0 | 22 | 27 | 16 | 9 | 2A | 3F |
| Octal | 310 | 205 | 171 | 0 | 42 | 47 | 26 | 11 | 52 | 77 |
| Binary | 11001000 | 10000101 | 1111001 | 0 | 100010 | 100111 | 10110 | 1001 | 101010 | 111111 |
Color Harmonies of #C88579
Complementary color
Monochromatic Colors of #C88579
Black with #C88579
Text Example
Text Example
White with #C88579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88579; }
p { color: rgb(200,133,121); }
H1.HeaderClassName
{
color: #C88579;
}
.AnyTagClassName
{
color: #C88579;
}
</style>
background-color css
<style>
a { background-color: #C88579; }
a { background-color: rgb(200,133,121); }
div.DivClassName
{
background-color: #C88579;
}
.BgClassName
{
background-color: #C88579;
}
</style>
border-color css
<style>
span { border-color: #C88579; }
span { border-color: rgb(200,133,121); }
td.TdClassName
{
border-color: #C88579;
}
.TagClassName
{
border-color: #C88579;
}
</style>