Shades of Charm #C86A77
Tints of Charm #C86A77
RGB
CMYK
RGB Variations
Color information
#C86A77 (or 0xC86A77) is known color: Charm. HEX triplet: C8, 6A and 77. RGB value is (200,106,119). Sum of RGB (Red+Green+Blue) = 200+106+119=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A77 is #379588. Grayscale: #878787. Windows color (decimal): -3642761 or 7826120. OLE color: 7826120.
HSL color Cylindrical-coordinate representation of color #C86A77: hue angle of 351.7º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86A77 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 119 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.22 |
| HSL | 351.7º | 0.46% | 0.6% | - |
| HSV(B) | 351.7º | 0.47% | 0.78% | - |
| XYZ | 32.3 | 23.92 | 20.37 | - |
| YUV | 135.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 119 | 0 | 0.47 | 0.40 | 0.22 | 351.7 | 0.46 | 0.6 |
| Hex | C8 | 6A | 77 | 0 | 2F | 28 | 16 | 160 | 2E | 3C |
| Octal | 310 | 152 | 167 | 0 | 57 | 50 | 26 | 540 | 56 | 74 |
| Binary | 11001000 | 1101010 | 1110111 | 0 | 101111 | 101000 | 10110 | 101100000 | 101110 | 111100 |
Color Harmonies of #C86A77
Complementary color
Monochromatic Colors of #C86A77
Black with #C86A77
Text Example
Text Example
White with #C86A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A77; }
p { color: rgb(200,106,119); }
H1.HeaderClassName
{
color: #C86A77;
}
.AnyTagClassName
{
color: #C86A77;
}
</style>
background-color css
<style>
a { background-color: #C86A77; }
a { background-color: rgb(200,106,119); }
div.DivClassName
{
background-color: #C86A77;
}
.BgClassName
{
background-color: #C86A77;
}
</style>
border-color css
<style>
span { border-color: #C86A77; }
span { border-color: rgb(200,106,119); }
td.TdClassName
{
border-color: #C86A77;
}
.TagClassName
{
border-color: #C86A77;
}
</style>