Shades of My Pink #C88577
Tints of My Pink #C88577
RGB
CMYK
RGB Variations
Color information
#C88577 (or 0xC88577) is known color: My Pink. HEX triplet: C8, 85 and 77. RGB value is (200,133,119). Sum of RGB (Red+Green+Blue) = 200+133+119=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C88577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88577 is #377A88. Grayscale: #979797. Windows color (decimal): -3635849 or 7833032. OLE color: 7833032.
HSL color Cylindrical-coordinate representation of color #C88577: hue angle of 10.37º 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 #C88577 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 119 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.22 |
| HSL | 10.37º | 0.42% | 0.63% | - |
| HSV(B) | 10.37º | 0.41% | 0.78% | - |
| XYZ | 35.54 | 30.39 | 21.44 | - |
| YUV | 151.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 119 | 0 | 0.34 | 0.40 | 0.22 | 10.37 | 0.42 | 0.63 |
| Hex | C8 | 85 | 77 | 0 | 22 | 28 | 16 | A | 2A | 3F |
| Octal | 310 | 205 | 167 | 0 | 42 | 50 | 26 | 12 | 52 | 77 |
| Binary | 11001000 | 10000101 | 1110111 | 0 | 100010 | 101000 | 10110 | 1010 | 101010 | 111111 |
Color Harmonies of #C88577
Complementary color
Monochromatic Colors of #C88577
Black with #C88577
Text Example
Text Example
White with #C88577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88577; }
p { color: rgb(200,133,119); }
H1.HeaderClassName
{
color: #C88577;
}
.AnyTagClassName
{
color: #C88577;
}
</style>
background-color css
<style>
a { background-color: #C88577; }
a { background-color: rgb(200,133,119); }
div.DivClassName
{
background-color: #C88577;
}
.BgClassName
{
background-color: #C88577;
}
</style>
border-color css
<style>
span { border-color: #C88577; }
span { border-color: rgb(200,133,119); }
td.TdClassName
{
border-color: #C88577;
}
.TagClassName
{
border-color: #C88577;
}
</style>