Shades of Charm #C8687A
Tints of Charm #C8687A
RGB
CMYK
RGB Variations
Color information
#C8687A (or 0xC8687A) is known color: Charm. HEX triplet: C8, 68 and 7A. RGB value is (200,104,122). Sum of RGB (Red+Green+Blue) = 200+104+122=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8687A is #379785. Grayscale: #868686. Windows color (decimal): -3643270 or 8022216. OLE color: 8022216.
HSL color Cylindrical-coordinate representation of color #C8687A: hue angle of 348.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8687A is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 122 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.22 |
| HSL | 348.75º | 0.47% | 0.6% | - |
| HSV(B) | 348.75º | 0.48% | 0.78% | - |
| XYZ | 32.28 | 23.59 | 21.26 | - |
| YUV | 134.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 122 | 0 | 0.48 | 0.39 | 0.22 | 348.75 | 0.47 | 0.6 |
| Hex | C8 | 68 | 7A | 0 | 30 | 27 | 16 | 15D | 2F | 3C |
| Octal | 310 | 150 | 172 | 0 | 60 | 47 | 26 | 535 | 57 | 74 |
| Binary | 11001000 | 1101000 | 1111010 | 0 | 110000 | 100111 | 10110 | 101011101 | 101111 | 111100 |
Color Harmonies of #C8687A
Complementary color
Monochromatic Colors of #C8687A
Black with #C8687A
Text Example
Text Example
White with #C8687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8687A; }
p { color: rgb(200,104,122); }
H1.HeaderClassName
{
color: #C8687A;
}
.AnyTagClassName
{
color: #C8687A;
}
</style>
background-color css
<style>
a { background-color: #C8687A; }
a { background-color: rgb(200,104,122); }
div.DivClassName
{
background-color: #C8687A;
}
.BgClassName
{
background-color: #C8687A;
}
</style>
border-color css
<style>
span { border-color: #C8687A; }
span { border-color: rgb(200,104,122); }
td.TdClassName
{
border-color: #C8687A;
}
.TagClassName
{
border-color: #C8687A;
}
</style>