Shades of Charm #C78086
Tints of Charm #C78086
RGB
CMYK
RGB Variations
Color information
#C78086 (or 0xC78086) is known color: Charm. HEX triplet: C7, 80 and 86. RGB value is (199,128,134). Sum of RGB (Red+Green+Blue) = 199+128+134=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C78086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78086 is #387F79. Grayscale: #959595. Windows color (decimal): -3702650 or 8814791. OLE color: 8814791.
HSL color Cylindrical-coordinate representation of color #C78086: hue angle of 354.93º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78086 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 134 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.22 |
| HSL | 354.93º | 0.39% | 0.64% | - |
| HSV(B) | 354.93º | 0.36% | 0.78% | - |
| XYZ | 35.58 | 29.3 | 26.34 | - |
| YUV | 149.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 134 | 0 | 0.36 | 0.33 | 0.22 | 354.93 | 0.39 | 0.64 |
| Hex | C7 | 80 | 86 | 0 | 24 | 21 | 16 | 163 | 27 | 40 |
| Octal | 307 | 200 | 206 | 0 | 44 | 41 | 26 | 543 | 47 | 100 |
| Binary | 11000111 | 10000000 | 10000110 | 0 | 100100 | 100001 | 10110 | 101100011 | 100111 | 1000000 |
Color Harmonies of #C78086
Complementary color
Monochromatic Colors of #C78086
Black with #C78086
Text Example
Text Example
White with #C78086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78086; }
p { color: rgb(199,128,134); }
H1.HeaderClassName
{
color: #C78086;
}
.AnyTagClassName
{
color: #C78086;
}
</style>
background-color css
<style>
a { background-color: #C78086; }
a { background-color: rgb(199,128,134); }
div.DivClassName
{
background-color: #C78086;
}
.BgClassName
{
background-color: #C78086;
}
</style>
border-color css
<style>
span { border-color: #C78086; }
span { border-color: rgb(199,128,134); }
td.TdClassName
{
border-color: #C78086;
}
.TagClassName
{
border-color: #C78086;
}
</style>