Shades of Charm #C87079
Tints of Charm #C87079
RGB
CMYK
RGB Variations
Color information
#C87079 (or 0xC87079) is known color: Charm. HEX triplet: C8, 70 and 79. RGB value is (200,112,121). Sum of RGB (Red+Green+Blue) = 200+112+121=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C87079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87079 is #378F86. Grayscale: #8B8B8B. Windows color (decimal): -3641223 or 7958728. OLE color: 7958728.
HSL color Cylindrical-coordinate representation of color #C87079: hue angle of 353.86º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87079 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 121 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.22 |
| HSL | 353.86º | 0.44% | 0.61% | - |
| HSV(B) | 353.86º | 0.44% | 0.78% | - |
| XYZ | 33.06 | 25.25 | 21.22 | - |
| YUV | 139.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 121 | 0 | 0.44 | 0.39 | 0.22 | 353.86 | 0.44 | 0.61 |
| Hex | C8 | 70 | 79 | 0 | 2C | 27 | 16 | 162 | 2C | 3D |
| Octal | 310 | 160 | 171 | 0 | 54 | 47 | 26 | 542 | 54 | 75 |
| Binary | 11001000 | 1110000 | 1111001 | 0 | 101100 | 100111 | 10110 | 101100010 | 101100 | 111101 |
Color Harmonies of #C87079
Complementary color
Monochromatic Colors of #C87079
Black with #C87079
Text Example
Text Example
White with #C87079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87079; }
p { color: rgb(200,112,121); }
H1.HeaderClassName
{
color: #C87079;
}
.AnyTagClassName
{
color: #C87079;
}
</style>
background-color css
<style>
a { background-color: #C87079; }
a { background-color: rgb(200,112,121); }
div.DivClassName
{
background-color: #C87079;
}
.BgClassName
{
background-color: #C87079;
}
</style>
border-color css
<style>
span { border-color: #C87079; }
span { border-color: rgb(200,112,121); }
td.TdClassName
{
border-color: #C87079;
}
.TagClassName
{
border-color: #C87079;
}
</style>