Shades of My Pink #C8847B
Tints of My Pink #C8847B
RGB
CMYK
RGB Variations
Color information
#C8847B (or 0xC8847B) is known color: My Pink. HEX triplet: C8, 84 and 7B. RGB value is (200,132,123). Sum of RGB (Red+Green+Blue) = 200+132+123=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8847B is #377B84. Grayscale: #979797. Windows color (decimal): -3636101 or 8094920. OLE color: 8094920.
HSL color Cylindrical-coordinate representation of color #C8847B: hue angle of 7.01º 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 #C8847B is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 123 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.22 |
| HSL | 7.01º | 0.41% | 0.63% | - |
| HSV(B) | 7.01º | 0.39% | 0.78% | - |
| XYZ | 35.65 | 30.21 | 22.69 | - |
| YUV | 151.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 123 | 0 | 0.34 | 0.38 | 0.22 | 7.01 | 0.41 | 0.63 |
| Hex | C8 | 84 | 7B | 0 | 22 | 26 | 16 | 7 | 29 | 3F |
| Octal | 310 | 204 | 173 | 0 | 42 | 46 | 26 | 7 | 51 | 77 |
| Binary | 11001000 | 10000100 | 1111011 | 0 | 100010 | 100110 | 10110 | 111 | 101001 | 111111 |
Color Harmonies of #C8847B
Complementary color
Monochromatic Colors of #C8847B
Black with #C8847B
Text Example
Text Example
White with #C8847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8847B; }
p { color: rgb(200,132,123); }
H1.HeaderClassName
{
color: #C8847B;
}
.AnyTagClassName
{
color: #C8847B;
}
</style>
background-color css
<style>
a { background-color: #C8847B; }
a { background-color: rgb(200,132,123); }
div.DivClassName
{
background-color: #C8847B;
}
.BgClassName
{
background-color: #C8847B;
}
</style>
border-color css
<style>
span { border-color: #C8847B; }
span { border-color: rgb(200,132,123); }
td.TdClassName
{
border-color: #C8847B;
}
.TagClassName
{
border-color: #C8847B;
}
</style>