Shades of Charm #C8788F
Tints of Charm #C8788F
RGB
CMYK
RGB Variations
Color information
#C8788F (or 0xC8788F) is known color: Charm. HEX triplet: C8, 78 and 8F. RGB value is (200,120,143). Sum of RGB (Red+Green+Blue) = 200+120+143=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8788F is #378770. Grayscale: #929292. Windows color (decimal): -3639153 or 9402568. OLE color: 9402568.
HSL color Cylindrical-coordinate representation of color #C8788F: hue angle of 342.75º 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 #C8788F is Cyan = 0, Magento = 0.4, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 143 | - |
| CMYK | 0 | 0.4 | 0.28 | 0.22 |
| HSL | 342.75º | 0.42% | 0.63% | - |
| HSV(B) | 342.75º | 0.4% | 0.78% | - |
| XYZ | 35.49 | 27.7 | 29.46 | - |
| YUV | 146.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 143 | 0 | 0.4 | 0.28 | 0.22 | 342.75 | 0.42 | 0.63 |
| Hex | C8 | 78 | 8F | 0 | 28 | 1C | 16 | 157 | 2A | 3F |
| Octal | 310 | 170 | 217 | 0 | 50 | 34 | 26 | 527 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10001111 | 0 | 101000 | 11100 | 10110 | 101010111 | 101010 | 111111 |
Color Harmonies of #C8788F
Complementary color
Monochromatic Colors of #C8788F
Black with #C8788F
Text Example
Text Example
White with #C8788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8788F; }
p { color: rgb(200,120,143); }
H1.HeaderClassName
{
color: #C8788F;
}
.AnyTagClassName
{
color: #C8788F;
}
</style>
background-color css
<style>
a { background-color: #C8788F; }
a { background-color: rgb(200,120,143); }
div.DivClassName
{
background-color: #C8788F;
}
.BgClassName
{
background-color: #C8788F;
}
</style>
border-color css
<style>
span { border-color: #C8788F; }
span { border-color: rgb(200,120,143); }
td.TdClassName
{
border-color: #C8788F;
}
.TagClassName
{
border-color: #C8788F;
}
</style>