Shades of Charm #C78385
Tints of Charm #C78385
RGB
CMYK
RGB Variations
Color information
#C78385 (or 0xC78385) is known color: Charm. HEX triplet: C7, 83 and 85. RGB value is (199,131,133). Sum of RGB (Red+Green+Blue) = 199+131+133=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C78385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78385 is #387C7A. Grayscale: #979797. Windows color (decimal): -3701883 or 8750023. OLE color: 8750023.
HSL color Cylindrical-coordinate representation of color #C78385: hue angle of 358.24º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C78385 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 133 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.22 |
| HSL | 358.24º | 0.38% | 0.65% | - |
| HSV(B) | 358.24º | 0.34% | 0.78% | - |
| XYZ | 35.9 | 30.07 | 26.1 | - |
| YUV | 151.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 133 | 0 | 0.34 | 0.33 | 0.22 | 358.24 | 0.38 | 0.65 |
| Hex | C7 | 83 | 85 | 0 | 22 | 21 | 16 | 166 | 26 | 41 |
| Octal | 307 | 203 | 205 | 0 | 42 | 41 | 26 | 546 | 46 | 101 |
| Binary | 11000111 | 10000011 | 10000101 | 0 | 100010 | 100001 | 10110 | 101100110 | 100110 | 1000001 |
Color Harmonies of #C78385
Complementary color
Monochromatic Colors of #C78385
Black with #C78385
Text Example
Text Example
White with #C78385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78385; }
p { color: rgb(199,131,133); }
H1.HeaderClassName
{
color: #C78385;
}
.AnyTagClassName
{
color: #C78385;
}
</style>
background-color css
<style>
a { background-color: #C78385; }
a { background-color: rgb(199,131,133); }
div.DivClassName
{
background-color: #C78385;
}
.BgClassName
{
background-color: #C78385;
}
</style>
border-color css
<style>
span { border-color: #C78385; }
span { border-color: rgb(199,131,133); }
td.TdClassName
{
border-color: #C78385;
}
.TagClassName
{
border-color: #C78385;
}
</style>