Shades of My Pink #C8897B
Tints of My Pink #C8897B
RGB
CMYK
RGB Variations
Color information
#C8897B (or 0xC8897B) is known color: My Pink. HEX triplet: C8, 89 and 7B. RGB value is (200,137,123). Sum of RGB (Red+Green+Blue) = 200+137+123=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8897B is #377684. Grayscale: #9A9A9A. Windows color (decimal): -3634821 or 8096200. OLE color: 8096200.
HSL color Cylindrical-coordinate representation of color #C8897B: hue angle of 10.91º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8897B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 123 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.22 |
| HSL | 10.91º | 0.41% | 0.63% | - |
| HSV(B) | 10.91º | 0.39% | 0.78% | - |
| XYZ | 36.34 | 31.6 | 22.92 | - |
| YUV | 154.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 123 | 0 | 0.32 | 0.38 | 0.22 | 10.91 | 0.41 | 0.63 |
| Hex | C8 | 89 | 7B | 0 | 20 | 26 | 16 | B | 29 | 3F |
| Octal | 310 | 211 | 173 | 0 | 40 | 46 | 26 | 13 | 51 | 77 |
| Binary | 11001000 | 10001001 | 1111011 | 0 | 100000 | 100110 | 10110 | 1011 | 101001 | 111111 |
Color Harmonies of #C8897B
Complementary color
Monochromatic Colors of #C8897B
Black with #C8897B
Text Example
Text Example
White with #C8897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8897B; }
p { color: rgb(200,137,123); }
H1.HeaderClassName
{
color: #C8897B;
}
.AnyTagClassName
{
color: #C8897B;
}
</style>
background-color css
<style>
a { background-color: #C8897B; }
a { background-color: rgb(200,137,123); }
div.DivClassName
{
background-color: #C8897B;
}
.BgClassName
{
background-color: #C8897B;
}
</style>
border-color css
<style>
span { border-color: #C8897B; }
span { border-color: rgb(200,137,123); }
td.TdClassName
{
border-color: #C8897B;
}
.TagClassName
{
border-color: #C8897B;
}
</style>