Shades of Charm #C48385
Tints of Charm #C48385
RGB
CMYK
RGB Variations
Color information
#C48385 (or 0xC48385) is known color: Charm. HEX triplet: C4, 83 and 85. RGB value is (196,131,133). Sum of RGB (Red+Green+Blue) = 196+131+133=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C48385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48385 is #3B7C7A. Grayscale: #969696. Windows color (decimal): -3898491 or 8750020. OLE color: 8750020.
HSL color Cylindrical-coordinate representation of color #C48385: hue angle of 358.15º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48385 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 133 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.23 |
| HSL | 358.15º | 0.36% | 0.64% | - |
| HSV(B) | 358.15º | 0.33% | 0.77% | - |
| XYZ | 35.11 | 29.66 | 26.06 | - |
| YUV | 150.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 133 | 0 | 0.33 | 0.32 | 0.23 | 358.15 | 0.36 | 0.64 |
| Hex | C4 | 83 | 85 | 0 | 21 | 20 | 17 | 166 | 24 | 40 |
| Octal | 304 | 203 | 205 | 0 | 41 | 40 | 27 | 546 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10000101 | 0 | 100001 | 100000 | 10111 | 101100110 | 100100 | 1000000 |
Color Harmonies of #C48385
Complementary color
Monochromatic Colors of #C48385
Black with #C48385
Text Example
Text Example
White with #C48385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48385; }
p { color: rgb(196,131,133); }
H1.HeaderClassName
{
color: #C48385;
}
.AnyTagClassName
{
color: #C48385;
}
</style>
background-color css
<style>
a { background-color: #C48385; }
a { background-color: rgb(196,131,133); }
div.DivClassName
{
background-color: #C48385;
}
.BgClassName
{
background-color: #C48385;
}
</style>
border-color css
<style>
span { border-color: #C48385; }
span { border-color: rgb(196,131,133); }
td.TdClassName
{
border-color: #C48385;
}
.TagClassName
{
border-color: #C48385;
}
</style>