Shades of My Pink #C8897C
Tints of My Pink #C8897C
RGB
CMYK
RGB Variations
Color information
#C8897C (or 0xC8897C) is known color: My Pink. HEX triplet: C8, 89 and 7C. RGB value is (200,137,124). Sum of RGB (Red+Green+Blue) = 200+137+124=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8897C is #377683. Grayscale: #9A9A9A. Windows color (decimal): -3634820 or 8161736. OLE color: 8161736.
HSL color Cylindrical-coordinate representation of color #C8897C: hue angle of 10.26º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8897C is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 124 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.22 |
| HSL | 10.26º | 0.41% | 0.64% | - |
| HSV(B) | 10.26º | 0.38% | 0.78% | - |
| XYZ | 36.4 | 31.63 | 23.25 | - |
| YUV | 154.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 124 | 0 | 0.32 | 0.38 | 0.22 | 10.26 | 0.41 | 0.64 |
| Hex | C8 | 89 | 7C | 0 | 20 | 26 | 16 | A | 29 | 40 |
| Octal | 310 | 211 | 174 | 0 | 40 | 46 | 26 | 12 | 51 | 100 |
| Binary | 11001000 | 10001001 | 1111100 | 0 | 100000 | 100110 | 10110 | 1010 | 101001 | 1000000 |
Color Harmonies of #C8897C
Complementary color
Monochromatic Colors of #C8897C
Black with #C8897C
Text Example
Text Example
White with #C8897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8897C; }
p { color: rgb(200,137,124); }
H1.HeaderClassName
{
color: #C8897C;
}
.AnyTagClassName
{
color: #C8897C;
}
</style>
background-color css
<style>
a { background-color: #C8897C; }
a { background-color: rgb(200,137,124); }
div.DivClassName
{
background-color: #C8897C;
}
.BgClassName
{
background-color: #C8897C;
}
</style>
border-color css
<style>
span { border-color: #C8897C; }
span { border-color: rgb(200,137,124); }
td.TdClassName
{
border-color: #C8897C;
}
.TagClassName
{
border-color: #C8897C;
}
</style>