Shades of My Pink #C8857C
Tints of My Pink #C8857C
RGB
CMYK
RGB Variations
Color information
#C8857C (or 0xC8857C) is known color: My Pink. HEX triplet: C8, 85 and 7C. RGB value is (200,133,124). Sum of RGB (Red+Green+Blue) = 200+133+124=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8857C is #377A83. Grayscale: #989898. Windows color (decimal): -3635844 or 8160712. OLE color: 8160712.
HSL color Cylindrical-coordinate representation of color #C8857C: hue angle of 7.11º 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 #C8857C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 124 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.22 |
| HSL | 7.11º | 0.41% | 0.64% | - |
| HSV(B) | 7.11º | 0.38% | 0.78% | - |
| XYZ | 35.85 | 30.51 | 23.07 | - |
| YUV | 152.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 124 | 0 | 0.34 | 0.38 | 0.22 | 7.11 | 0.41 | 0.64 |
| Hex | C8 | 85 | 7C | 0 | 22 | 26 | 16 | 7 | 29 | 40 |
| Octal | 310 | 205 | 174 | 0 | 42 | 46 | 26 | 7 | 51 | 100 |
| Binary | 11001000 | 10000101 | 1111100 | 0 | 100010 | 100110 | 10110 | 111 | 101001 | 1000000 |
Color Harmonies of #C8857C
Complementary color
Monochromatic Colors of #C8857C
Black with #C8857C
Text Example
Text Example
White with #C8857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8857C; }
p { color: rgb(200,133,124); }
H1.HeaderClassName
{
color: #C8857C;
}
.AnyTagClassName
{
color: #C8857C;
}
</style>
background-color css
<style>
a { background-color: #C8857C; }
a { background-color: rgb(200,133,124); }
div.DivClassName
{
background-color: #C8857C;
}
.BgClassName
{
background-color: #C8857C;
}
</style>
border-color css
<style>
span { border-color: #C8857C; }
span { border-color: rgb(200,133,124); }
td.TdClassName
{
border-color: #C8857C;
}
.TagClassName
{
border-color: #C8857C;
}
</style>