Shades of Charm #C8787E
Tints of Charm #C8787E
RGB
CMYK
RGB Variations
Color information
#C8787E (or 0xC8787E) is known color: Charm. HEX triplet: C8, 78 and 7E. RGB value is (200,120,126). Sum of RGB (Red+Green+Blue) = 200+120+126=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8787E is #378781. Grayscale: #909090. Windows color (decimal): -3639170 or 8288456. OLE color: 8288456.
HSL color Cylindrical-coordinate representation of color #C8787E: hue angle of 355.5º 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 #C8787E is Cyan = 0, Magento = 0.4, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 126 | - |
| CMYK | 0 | 0.4 | 0.37 | 0.22 |
| HSL | 355.5º | 0.42% | 0.63% | - |
| HSV(B) | 355.5º | 0.4% | 0.78% | - |
| XYZ | 34.3 | 27.22 | 23.18 | - |
| YUV | 144.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 126 | 0 | 0.4 | 0.37 | 0.22 | 355.5 | 0.42 | 0.63 |
| Hex | C8 | 78 | 7E | 0 | 28 | 25 | 16 | 164 | 2A | 3F |
| Octal | 310 | 170 | 176 | 0 | 50 | 45 | 26 | 544 | 52 | 77 |
| Binary | 11001000 | 1111000 | 1111110 | 0 | 101000 | 100101 | 10110 | 101100100 | 101010 | 111111 |
Color Harmonies of #C8787E
Complementary color
Monochromatic Colors of #C8787E
Black with #C8787E
Text Example
Text Example
White with #C8787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8787E; }
p { color: rgb(200,120,126); }
H1.HeaderClassName
{
color: #C8787E;
}
.AnyTagClassName
{
color: #C8787E;
}
</style>
background-color css
<style>
a { background-color: #C8787E; }
a { background-color: rgb(200,120,126); }
div.DivClassName
{
background-color: #C8787E;
}
.BgClassName
{
background-color: #C8787E;
}
</style>
border-color css
<style>
span { border-color: #C8787E; }
span { border-color: rgb(200,120,126); }
td.TdClassName
{
border-color: #C8787E;
}
.TagClassName
{
border-color: #C8787E;
}
</style>