Shades of Charm #C48185
Tints of Charm #C48185
RGB
CMYK
RGB Variations
Color information
#C48185 (or 0xC48185) is known color: Charm. HEX triplet: C4, 81 and 85. RGB value is (196,129,133). Sum of RGB (Red+Green+Blue) = 196+129+133=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C48185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48185 is #3B7E7A. Grayscale: #959595. Windows color (decimal): -3899003 or 8749508. OLE color: 8749508.
HSL color Cylindrical-coordinate representation of color #C48185: hue angle of 356.42º 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 #C48185 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 133 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.23 |
| HSL | 356.42º | 0.36% | 0.64% | - |
| HSV(B) | 356.42º | 0.34% | 0.77% | - |
| XYZ | 34.85 | 29.13 | 25.98 | - |
| YUV | 149.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 133 | 0 | 0.34 | 0.32 | 0.23 | 356.42 | 0.36 | 0.64 |
| Hex | C4 | 81 | 85 | 0 | 22 | 20 | 17 | 164 | 24 | 40 |
| Octal | 304 | 201 | 205 | 0 | 42 | 40 | 27 | 544 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10000101 | 0 | 100010 | 100000 | 10111 | 101100100 | 100100 | 1000000 |
Color Harmonies of #C48185
Complementary color
Monochromatic Colors of #C48185
Black with #C48185
Text Example
Text Example
White with #C48185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48185; }
p { color: rgb(196,129,133); }
H1.HeaderClassName
{
color: #C48185;
}
.AnyTagClassName
{
color: #C48185;
}
</style>
background-color css
<style>
a { background-color: #C48185; }
a { background-color: rgb(196,129,133); }
div.DivClassName
{
background-color: #C48185;
}
.BgClassName
{
background-color: #C48185;
}
</style>
border-color css
<style>
span { border-color: #C48185; }
span { border-color: rgb(196,129,133); }
td.TdClassName
{
border-color: #C48185;
}
.TagClassName
{
border-color: #C48185;
}
</style>