Shades of Charm #C7828A
Tints of Charm #C7828A
RGB
CMYK
RGB Variations
Color information
#C7828A (or 0xC7828A) is known color: Charm. HEX triplet: C7, 82 and 8A. RGB value is (199,130,138). Sum of RGB (Red+Green+Blue) = 199+130+138=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7828A is #387D75. Grayscale: #979797. Windows color (decimal): -3702134 or 9077447. OLE color: 9077447.
HSL color Cylindrical-coordinate representation of color #C7828A: hue angle of 353.04º 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 #C7828A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 138 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.22 |
| HSL | 353.04º | 0.38% | 0.65% | - |
| HSV(B) | 353.04º | 0.35% | 0.78% | - |
| XYZ | 36.12 | 29.94 | 27.92 | - |
| YUV | 151.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 138 | 0 | 0.35 | 0.31 | 0.22 | 353.04 | 0.38 | 0.65 |
| Hex | C7 | 82 | 8A | 0 | 23 | 1F | 16 | 161 | 26 | 41 |
| Octal | 307 | 202 | 212 | 0 | 43 | 37 | 26 | 541 | 46 | 101 |
| Binary | 11000111 | 10000010 | 10001010 | 0 | 100011 | 11111 | 10110 | 101100001 | 100110 | 1000001 |
Color Harmonies of #C7828A
Complementary color
Monochromatic Colors of #C7828A
Black with #C7828A
Text Example
Text Example
White with #C7828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7828A; }
p { color: rgb(199,130,138); }
H1.HeaderClassName
{
color: #C7828A;
}
.AnyTagClassName
{
color: #C7828A;
}
</style>
background-color css
<style>
a { background-color: #C7828A; }
a { background-color: rgb(199,130,138); }
div.DivClassName
{
background-color: #C7828A;
}
.BgClassName
{
background-color: #C7828A;
}
</style>
border-color css
<style>
span { border-color: #C7828A; }
span { border-color: rgb(199,130,138); }
td.TdClassName
{
border-color: #C7828A;
}
.TagClassName
{
border-color: #C7828A;
}
</style>