Shades of Charm #C18189
Tints of Charm #C18189
RGB
CMYK
RGB Variations
Color information
#C18189 (or 0xC18189) is known color: Charm. HEX triplet: C1, 81 and 89. RGB value is (193,129,137). Sum of RGB (Red+Green+Blue) = 193+129+137=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C18189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18189 is #3E7E76. Grayscale: #959595. Windows color (decimal): -4095607 or 9011649. OLE color: 9011649.
HSL color Cylindrical-coordinate representation of color #C18189: hue angle of 352.5º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18189 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 137 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.24 |
| HSL | 352.5º | 0.34% | 0.63% | - |
| HSV(B) | 352.5º | 0.33% | 0.76% | - |
| XYZ | 34.36 | 28.84 | 27.42 | - |
| YUV | 149.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 137 | 0 | 0.33 | 0.29 | 0.24 | 352.5 | 0.34 | 0.63 |
| Hex | C1 | 81 | 89 | 0 | 21 | 1D | 18 | 160 | 22 | 3F |
| Octal | 301 | 201 | 211 | 0 | 41 | 35 | 30 | 540 | 42 | 77 |
| Binary | 11000001 | 10000001 | 10001001 | 0 | 100001 | 11101 | 11000 | 101100000 | 100010 | 111111 |
Color Harmonies of #C18189
Complementary color
Monochromatic Colors of #C18189
Black with #C18189
Text Example
Text Example
White with #C18189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18189; }
p { color: rgb(193,129,137); }
H1.HeaderClassName
{
color: #C18189;
}
.AnyTagClassName
{
color: #C18189;
}
</style>
background-color css
<style>
a { background-color: #C18189; }
a { background-color: rgb(193,129,137); }
div.DivClassName
{
background-color: #C18189;
}
.BgClassName
{
background-color: #C18189;
}
</style>
border-color css
<style>
span { border-color: #C18189; }
span { border-color: rgb(193,129,137); }
td.TdClassName
{
border-color: #C18189;
}
.TagClassName
{
border-color: #C18189;
}
</style>