Shades of Charm #C48284
Tints of Charm #C48284
RGB
CMYK
RGB Variations
Color information
#C48284 (or 0xC48284) is known color: Charm. HEX triplet: C4, 82 and 84. RGB value is (196,130,132). Sum of RGB (Red+Green+Blue) = 196+130+132=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C48284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48284 is #3B7D7B. Grayscale: #969696. Windows color (decimal): -3898748 or 8684228. OLE color: 8684228.
HSL color Cylindrical-coordinate representation of color #C48284: hue angle of 358.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48284 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 132 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.23 |
| HSL | 358.18º | 0.36% | 0.64% | - |
| HSV(B) | 358.18º | 0.34% | 0.77% | - |
| XYZ | 34.91 | 29.37 | 25.66 | - |
| YUV | 149.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 132 | 0 | 0.34 | 0.33 | 0.23 | 358.18 | 0.36 | 0.64 |
| Hex | C4 | 82 | 84 | 0 | 22 | 21 | 17 | 166 | 24 | 40 |
| Octal | 304 | 202 | 204 | 0 | 42 | 41 | 27 | 546 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10000100 | 0 | 100010 | 100001 | 10111 | 101100110 | 100100 | 1000000 |
Color Harmonies of #C48284
Complementary color
Monochromatic Colors of #C48284
Black with #C48284
Text Example
Text Example
White with #C48284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48284; }
p { color: rgb(196,130,132); }
H1.HeaderClassName
{
color: #C48284;
}
.AnyTagClassName
{
color: #C48284;
}
</style>
background-color css
<style>
a { background-color: #C48284; }
a { background-color: rgb(196,130,132); }
div.DivClassName
{
background-color: #C48284;
}
.BgClassName
{
background-color: #C48284;
}
</style>
border-color css
<style>
span { border-color: #C48284; }
span { border-color: rgb(196,130,132); }
td.TdClassName
{
border-color: #C48284;
}
.TagClassName
{
border-color: #C48284;
}
</style>