Shades of Charm #C8787B
Tints of Charm #C8787B
RGB
CMYK
RGB Variations
Color information
#C8787B (or 0xC8787B) is known color: Charm. HEX triplet: C8, 78 and 7B. RGB value is (200,120,123). Sum of RGB (Red+Green+Blue) = 200+120+123=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8787B is #378784. Grayscale: #909090. Windows color (decimal): -3639173 or 8091848. OLE color: 8091848.
HSL color Cylindrical-coordinate representation of color #C8787B: hue angle of 357.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 #C8787B is Cyan = 0, Magento = 0.4, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 123 | - |
| CMYK | 0 | 0.4 | 0.38 | 0.22 |
| HSL | 357.75º | 0.42% | 0.63% | - |
| HSV(B) | 357.75º | 0.4% | 0.78% | - |
| XYZ | 34.11 | 27.14 | 22.18 | - |
| YUV | 144.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 123 | 0 | 0.4 | 0.38 | 0.22 | 357.75 | 0.42 | 0.63 |
| Hex | C8 | 78 | 7B | 0 | 28 | 26 | 16 | 166 | 2A | 3F |
| Octal | 310 | 170 | 173 | 0 | 50 | 46 | 26 | 546 | 52 | 77 |
| Binary | 11001000 | 1111000 | 1111011 | 0 | 101000 | 100110 | 10110 | 101100110 | 101010 | 111111 |
Color Harmonies of #C8787B
Complementary color
Monochromatic Colors of #C8787B
Black with #C8787B
Text Example
Text Example
White with #C8787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8787B; }
p { color: rgb(200,120,123); }
H1.HeaderClassName
{
color: #C8787B;
}
.AnyTagClassName
{
color: #C8787B;
}
</style>
background-color css
<style>
a { background-color: #C8787B; }
a { background-color: rgb(200,120,123); }
div.DivClassName
{
background-color: #C8787B;
}
.BgClassName
{
background-color: #C8787B;
}
</style>
border-color css
<style>
span { border-color: #C8787B; }
span { border-color: rgb(200,120,123); }
td.TdClassName
{
border-color: #C8787B;
}
.TagClassName
{
border-color: #C8787B;
}
</style>