Shades of Charm #C18082
Tints of Charm #C18082
RGB
CMYK
RGB Variations
Color information
#C18082 (or 0xC18082) is known color: Charm. HEX triplet: C1, 80 and 82. RGB value is (193,128,130). Sum of RGB (Red+Green+Blue) = 193+128+130=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C18082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18082 is #3E7F7D. Grayscale: #939393. Windows color (decimal): -4095870 or 8552641. OLE color: 8552641.
HSL color Cylindrical-coordinate representation of color #C18082: hue angle of 358.15º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C18082 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 130 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.24 |
| HSL | 358.15º | 0.34% | 0.63% | - |
| HSV(B) | 358.15º | 0.34% | 0.76% | - |
| XYZ | 33.74 | 28.39 | 24.82 | - |
| YUV | 147.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 130 | 0 | 0.34 | 0.33 | 0.24 | 358.15 | 0.34 | 0.63 |
| Hex | C1 | 80 | 82 | 0 | 22 | 21 | 18 | 166 | 22 | 3F |
| Octal | 301 | 200 | 202 | 0 | 42 | 41 | 30 | 546 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10000010 | 0 | 100010 | 100001 | 11000 | 101100110 | 100010 | 111111 |
Color Harmonies of #C18082
Complementary color
Monochromatic Colors of #C18082
Black with #C18082
Text Example
Text Example
White with #C18082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18082; }
p { color: rgb(193,128,130); }
H1.HeaderClassName
{
color: #C18082;
}
.AnyTagClassName
{
color: #C18082;
}
</style>
background-color css
<style>
a { background-color: #C18082; }
a { background-color: rgb(193,128,130); }
div.DivClassName
{
background-color: #C18082;
}
.BgClassName
{
background-color: #C18082;
}
</style>
border-color css
<style>
span { border-color: #C18082; }
span { border-color: rgb(193,128,130); }
td.TdClassName
{
border-color: #C18082;
}
.TagClassName
{
border-color: #C18082;
}
</style>