Shades of Charm #C78287
Tints of Charm #C78287
RGB
CMYK
RGB Variations
Color information
#C78287 (or 0xC78287) is known color: Charm. HEX triplet: C7, 82 and 87. RGB value is (199,130,135). Sum of RGB (Red+Green+Blue) = 199+130+135=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C78287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78287 is #387D78. Grayscale: #979797. Windows color (decimal): -3702137 or 8880839. OLE color: 8880839.
HSL color Cylindrical-coordinate representation of color #C78287: hue angle of 355.65º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C78287 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 135 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.22 |
| HSL | 355.65º | 0.38% | 0.65% | - |
| HSV(B) | 355.65º | 0.35% | 0.78% | - |
| XYZ | 35.91 | 29.86 | 26.79 | - |
| YUV | 151.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 135 | 0 | 0.35 | 0.32 | 0.22 | 355.65 | 0.38 | 0.65 |
| Hex | C7 | 82 | 87 | 0 | 23 | 20 | 16 | 164 | 26 | 41 |
| Octal | 307 | 202 | 207 | 0 | 43 | 40 | 26 | 544 | 46 | 101 |
| Binary | 11000111 | 10000010 | 10000111 | 0 | 100011 | 100000 | 10110 | 101100100 | 100110 | 1000001 |
Color Harmonies of #C78287
Complementary color
Monochromatic Colors of #C78287
Black with #C78287
Text Example
Text Example
White with #C78287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78287; }
p { color: rgb(199,130,135); }
H1.HeaderClassName
{
color: #C78287;
}
.AnyTagClassName
{
color: #C78287;
}
</style>
background-color css
<style>
a { background-color: #C78287; }
a { background-color: rgb(199,130,135); }
div.DivClassName
{
background-color: #C78287;
}
.BgClassName
{
background-color: #C78287;
}
</style>
border-color css
<style>
span { border-color: #C78287; }
span { border-color: rgb(199,130,135); }
td.TdClassName
{
border-color: #C78287;
}
.TagClassName
{
border-color: #C78287;
}
</style>