Shades of Charm #C18084
Tints of Charm #C18084
RGB
CMYK
RGB Variations
Color information
#C18084 (or 0xC18084) is known color: Charm. HEX triplet: C1, 80 and 84. RGB value is (193,128,132). Sum of RGB (Red+Green+Blue) = 193+128+132=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C18084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18084 is #3E7F7B. Grayscale: #939393. Windows color (decimal): -4095868 or 8683713. OLE color: 8683713.
HSL color Cylindrical-coordinate representation of color #C18084: hue angle of 356.31º 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 #C18084 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 132 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.24 |
| HSL | 356.31º | 0.34% | 0.63% | - |
| HSV(B) | 356.31º | 0.34% | 0.76% | - |
| XYZ | 33.88 | 28.44 | 25.53 | - |
| YUV | 147.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 132 | 0 | 0.34 | 0.32 | 0.24 | 356.31 | 0.34 | 0.63 |
| Hex | C1 | 80 | 84 | 0 | 22 | 20 | 18 | 164 | 22 | 3F |
| Octal | 301 | 200 | 204 | 0 | 42 | 40 | 30 | 544 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10000100 | 0 | 100010 | 100000 | 11000 | 101100100 | 100010 | 111111 |
Color Harmonies of #C18084
Complementary color
Monochromatic Colors of #C18084
Black with #C18084
Text Example
Text Example
White with #C18084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18084; }
p { color: rgb(193,128,132); }
H1.HeaderClassName
{
color: #C18084;
}
.AnyTagClassName
{
color: #C18084;
}
</style>
background-color css
<style>
a { background-color: #C18084; }
a { background-color: rgb(193,128,132); }
div.DivClassName
{
background-color: #C18084;
}
.BgClassName
{
background-color: #C18084;
}
</style>
border-color css
<style>
span { border-color: #C18084; }
span { border-color: rgb(193,128,132); }
td.TdClassName
{
border-color: #C18084;
}
.TagClassName
{
border-color: #C18084;
}
</style>