Shades of Charm #C18083
Tints of Charm #C18083
RGB
CMYK
RGB Variations
Color information
#C18083 (or 0xC18083) is known color: Charm. HEX triplet: C1, 80 and 83. RGB value is (193,128,131). Sum of RGB (Red+Green+Blue) = 193+128+131=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C18083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18083 is #3E7F7C. Grayscale: #939393. Windows color (decimal): -4095869 or 8618177. OLE color: 8618177.
HSL color Cylindrical-coordinate representation of color #C18083: hue angle of 357.23º 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 #C18083 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 131 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.24 |
| HSL | 357.23º | 0.34% | 0.63% | - |
| HSV(B) | 357.23º | 0.34% | 0.76% | - |
| XYZ | 33.81 | 28.41 | 25.18 | - |
| YUV | 147.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 131 | 0 | 0.34 | 0.32 | 0.24 | 357.23 | 0.34 | 0.63 |
| Hex | C1 | 80 | 83 | 0 | 22 | 20 | 18 | 165 | 22 | 3F |
| Octal | 301 | 200 | 203 | 0 | 42 | 40 | 30 | 545 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10000011 | 0 | 100010 | 100000 | 11000 | 101100101 | 100010 | 111111 |
Color Harmonies of #C18083
Complementary color
Monochromatic Colors of #C18083
Black with #C18083
Text Example
Text Example
White with #C18083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18083; }
p { color: rgb(193,128,131); }
H1.HeaderClassName
{
color: #C18083;
}
.AnyTagClassName
{
color: #C18083;
}
</style>
background-color css
<style>
a { background-color: #C18083; }
a { background-color: rgb(193,128,131); }
div.DivClassName
{
background-color: #C18083;
}
.BgClassName
{
background-color: #C18083;
}
</style>
border-color css
<style>
span { border-color: #C18083; }
span { border-color: rgb(193,128,131); }
td.TdClassName
{
border-color: #C18083;
}
.TagClassName
{
border-color: #C18083;
}
</style>