Shades of Charm #C78082
Tints of Charm #C78082
RGB
CMYK
RGB Variations
Color information
#C78082 (or 0xC78082) is known color: Charm. HEX triplet: C7, 80 and 82. RGB value is (199,128,130). Sum of RGB (Red+Green+Blue) = 199+128+130=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C78082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78082 is #387F7D. Grayscale: #959595. Windows color (decimal): -3702654 or 8552647. OLE color: 8552647.
HSL color Cylindrical-coordinate representation of color #C78082: hue angle of 358.31º 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 #C78082 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 130 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.22 |
| HSL | 358.31º | 0.39% | 0.64% | - |
| HSV(B) | 358.31º | 0.36% | 0.78% | - |
| XYZ | 35.3 | 29.19 | 24.89 | - |
| YUV | 149.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 130 | 0 | 0.36 | 0.35 | 0.22 | 358.31 | 0.39 | 0.64 |
| Hex | C7 | 80 | 82 | 0 | 24 | 23 | 16 | 166 | 27 | 40 |
| Octal | 307 | 200 | 202 | 0 | 44 | 43 | 26 | 546 | 47 | 100 |
| Binary | 11000111 | 10000000 | 10000010 | 0 | 100100 | 100011 | 10110 | 101100110 | 100111 | 1000000 |
Color Harmonies of #C78082
Complementary color
Monochromatic Colors of #C78082
Black with #C78082
Text Example
Text Example
White with #C78082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78082; }
p { color: rgb(199,128,130); }
H1.HeaderClassName
{
color: #C78082;
}
.AnyTagClassName
{
color: #C78082;
}
</style>
background-color css
<style>
a { background-color: #C78082; }
a { background-color: rgb(199,128,130); }
div.DivClassName
{
background-color: #C78082;
}
.BgClassName
{
background-color: #C78082;
}
</style>
border-color css
<style>
span { border-color: #C78082; }
span { border-color: rgb(199,128,130); }
td.TdClassName
{
border-color: #C78082;
}
.TagClassName
{
border-color: #C78082;
}
</style>