Shades of Charm #C8798B
Tints of Charm #C8798B
RGB
CMYK
RGB Variations
Color information
#C8798B (or 0xC8798B) is known color: Charm. HEX triplet: C8, 79 and 8B. RGB value is (200,121,139). Sum of RGB (Red+Green+Blue) = 200+121+139=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8798B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8798B is #378674. Grayscale: #929292. Windows color (decimal): -3638901 or 9140680. OLE color: 9140680.
HSL color Cylindrical-coordinate representation of color #C8798B: hue angle of 346.33º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8798B is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 139 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.22 |
| HSL | 346.33º | 0.42% | 0.63% | - |
| HSV(B) | 346.33º | 0.4% | 0.78% | - |
| XYZ | 35.32 | 27.82 | 27.93 | - |
| YUV | 146.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 139 | 0 | 0.39 | 0.30 | 0.22 | 346.33 | 0.42 | 0.63 |
| Hex | C8 | 79 | 8B | 0 | 27 | 1E | 16 | 15A | 2A | 3F |
| Octal | 310 | 171 | 213 | 0 | 47 | 36 | 26 | 532 | 52 | 77 |
| Binary | 11001000 | 1111001 | 10001011 | 0 | 100111 | 11110 | 10110 | 101011010 | 101010 | 111111 |
Color Harmonies of #C8798B
Complementary color
Monochromatic Colors of #C8798B
Black with #C8798B
Text Example
Text Example
White with #C8798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8798B; }
p { color: rgb(200,121,139); }
H1.HeaderClassName
{
color: #C8798B;
}
.AnyTagClassName
{
color: #C8798B;
}
</style>
background-color css
<style>
a { background-color: #C8798B; }
a { background-color: rgb(200,121,139); }
div.DivClassName
{
background-color: #C8798B;
}
.BgClassName
{
background-color: #C8798B;
}
</style>
border-color css
<style>
span { border-color: #C8798B; }
span { border-color: rgb(200,121,139); }
td.TdClassName
{
border-color: #C8798B;
}
.TagClassName
{
border-color: #C8798B;
}
</style>