Shades of Charm #C8787A
Tints of Charm #C8787A
RGB
CMYK
RGB Variations
Color information
#C8787A (or 0xC8787A) is known color: Charm. HEX triplet: C8, 78 and 7A. RGB value is (200,120,122). Sum of RGB (Red+Green+Blue) = 200+120+122=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8787A is #378785. Grayscale: #909090. Windows color (decimal): -3639174 or 8026312. OLE color: 8026312.
HSL color Cylindrical-coordinate representation of color #C8787A: hue angle of 358.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 #C8787A is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 122 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.22 |
| HSL | 358.5º | 0.42% | 0.63% | - |
| HSV(B) | 358.5º | 0.4% | 0.78% | - |
| XYZ | 34.05 | 27.12 | 21.85 | - |
| YUV | 144.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 122 | 0 | 0.4 | 0.39 | 0.22 | 358.5 | 0.42 | 0.63 |
| Hex | C8 | 78 | 7A | 0 | 28 | 27 | 16 | 166 | 2A | 3F |
| Octal | 310 | 170 | 172 | 0 | 50 | 47 | 26 | 546 | 52 | 77 |
| Binary | 11001000 | 1111000 | 1111010 | 0 | 101000 | 100111 | 10110 | 101100110 | 101010 | 111111 |
Color Harmonies of #C8787A
Complementary color
Monochromatic Colors of #C8787A
Black with #C8787A
Text Example
Text Example
White with #C8787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8787A; }
p { color: rgb(200,120,122); }
H1.HeaderClassName
{
color: #C8787A;
}
.AnyTagClassName
{
color: #C8787A;
}
</style>
background-color css
<style>
a { background-color: #C8787A; }
a { background-color: rgb(200,120,122); }
div.DivClassName
{
background-color: #C8787A;
}
.BgClassName
{
background-color: #C8787A;
}
</style>
border-color css
<style>
span { border-color: #C8787A; }
span { border-color: rgb(200,120,122); }
td.TdClassName
{
border-color: #C8787A;
}
.TagClassName
{
border-color: #C8787A;
}
</style>