Shades of Charm #C48287
Tints of Charm #C48287
RGB
CMYK
RGB Variations
Color information
#C48287 (or 0xC48287) is known color: Charm. HEX triplet: C4, 82 and 87. RGB value is (196,130,135). Sum of RGB (Red+Green+Blue) = 196+130+135=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C48287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48287 is #3B7D78. Grayscale: #969696. Windows color (decimal): -3898745 or 8880836. OLE color: 8880836.
HSL color Cylindrical-coordinate representation of color #C48287: hue angle of 355.45º 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 #C48287 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 135 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.23 |
| HSL | 355.45º | 0.36% | 0.64% | - |
| HSV(B) | 355.45º | 0.34% | 0.77% | - |
| XYZ | 35.12 | 29.45 | 26.76 | - |
| YUV | 150.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 135 | 0 | 0.34 | 0.31 | 0.23 | 355.45 | 0.36 | 0.64 |
| Hex | C4 | 82 | 87 | 0 | 22 | 1F | 17 | 163 | 24 | 40 |
| Octal | 304 | 202 | 207 | 0 | 42 | 37 | 27 | 543 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10000111 | 0 | 100010 | 11111 | 10111 | 101100011 | 100100 | 1000000 |
Color Harmonies of #C48287
Complementary color
Monochromatic Colors of #C48287
Black with #C48287
Text Example
Text Example
White with #C48287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48287; }
p { color: rgb(196,130,135); }
H1.HeaderClassName
{
color: #C48287;
}
.AnyTagClassName
{
color: #C48287;
}
</style>
background-color css
<style>
a { background-color: #C48287; }
a { background-color: rgb(196,130,135); }
div.DivClassName
{
background-color: #C48287;
}
.BgClassName
{
background-color: #C48287;
}
</style>
border-color css
<style>
span { border-color: #C48287; }
span { border-color: rgb(196,130,135); }
td.TdClassName
{
border-color: #C48287;
}
.TagClassName
{
border-color: #C48287;
}
</style>