Shades of Charm #C78083
Tints of Charm #C78083
RGB
CMYK
RGB Variations
Color information
#C78083 (or 0xC78083) is known color: Charm. HEX triplet: C7, 80 and 83. RGB value is (199,128,131). Sum of RGB (Red+Green+Blue) = 199+128+131=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C78083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78083 is #387F7C. Grayscale: #959595. Windows color (decimal): -3702653 or 8618183. OLE color: 8618183.
HSL color Cylindrical-coordinate representation of color #C78083: hue angle of 357.46º 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 #C78083 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 131 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.22 |
| HSL | 357.46º | 0.39% | 0.64% | - |
| HSV(B) | 357.46º | 0.36% | 0.78% | - |
| XYZ | 35.37 | 29.22 | 25.25 | - |
| YUV | 149.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 131 | 0 | 0.36 | 0.34 | 0.22 | 357.46 | 0.39 | 0.64 |
| Hex | C7 | 80 | 83 | 0 | 24 | 22 | 16 | 165 | 27 | 40 |
| Octal | 307 | 200 | 203 | 0 | 44 | 42 | 26 | 545 | 47 | 100 |
| Binary | 11000111 | 10000000 | 10000011 | 0 | 100100 | 100010 | 10110 | 101100101 | 100111 | 1000000 |
Color Harmonies of #C78083
Complementary color
Monochromatic Colors of #C78083
Black with #C78083
Text Example
Text Example
White with #C78083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78083; }
p { color: rgb(199,128,131); }
H1.HeaderClassName
{
color: #C78083;
}
.AnyTagClassName
{
color: #C78083;
}
</style>
background-color css
<style>
a { background-color: #C78083; }
a { background-color: rgb(199,128,131); }
div.DivClassName
{
background-color: #C78083;
}
.BgClassName
{
background-color: #C78083;
}
</style>
border-color css
<style>
span { border-color: #C78083; }
span { border-color: rgb(199,128,131); }
td.TdClassName
{
border-color: #C78083;
}
.TagClassName
{
border-color: #C78083;
}
</style>