Shades of Charm #C8777A
Tints of Charm #C8777A
RGB
CMYK
RGB Variations
Color information
#C8777A (or 0xC8777A) is known color: Charm. HEX triplet: C8, 77 and 7A. RGB value is (200,119,122). Sum of RGB (Red+Green+Blue) = 200+119+122=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8777A is #378885. Grayscale: #8F8F8F. Windows color (decimal): -3639430 or 8026056. OLE color: 8026056.
HSL color Cylindrical-coordinate representation of color #C8777A: hue angle of 357.78º 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 #C8777A is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 122 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.22 |
| HSL | 357.78º | 0.42% | 0.63% | - |
| HSV(B) | 357.78º | 0.41% | 0.78% | - |
| XYZ | 33.93 | 26.88 | 21.81 | - |
| YUV | 143.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 122 | 0 | 0.40 | 0.39 | 0.22 | 357.78 | 0.42 | 0.63 |
| Hex | C8 | 77 | 7A | 0 | 28 | 27 | 16 | 166 | 2A | 3F |
| Octal | 310 | 167 | 172 | 0 | 50 | 47 | 26 | 546 | 52 | 77 |
| Binary | 11001000 | 1110111 | 1111010 | 0 | 101000 | 100111 | 10110 | 101100110 | 101010 | 111111 |
Color Harmonies of #C8777A
Complementary color
Monochromatic Colors of #C8777A
Black with #C8777A
Text Example
Text Example
White with #C8777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8777A; }
p { color: rgb(200,119,122); }
H1.HeaderClassName
{
color: #C8777A;
}
.AnyTagClassName
{
color: #C8777A;
}
</style>
background-color css
<style>
a { background-color: #C8777A; }
a { background-color: rgb(200,119,122); }
div.DivClassName
{
background-color: #C8777A;
}
.BgClassName
{
background-color: #C8777A;
}
</style>
border-color css
<style>
span { border-color: #C8777A; }
span { border-color: rgb(200,119,122); }
td.TdClassName
{
border-color: #C8777A;
}
.TagClassName
{
border-color: #C8777A;
}
</style>