Shades of Charm #C18184
Tints of Charm #C18184
RGB
CMYK
RGB Variations
Color information
#C18184 (or 0xC18184) is known color: Charm. HEX triplet: C1, 81 and 84. RGB value is (193,129,132). Sum of RGB (Red+Green+Blue) = 193+129+132=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C18184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18184 is #3E7E7B. Grayscale: #949494. Windows color (decimal): -4095612 or 8683969. OLE color: 8683969.
HSL color Cylindrical-coordinate representation of color #C18184: hue angle of 357.19º 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 #C18184 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 132 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.24 |
| HSL | 357.19º | 0.34% | 0.63% | - |
| HSV(B) | 357.19º | 0.33% | 0.76% | - |
| XYZ | 34.01 | 28.7 | 25.58 | - |
| YUV | 148.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 132 | 0 | 0.33 | 0.32 | 0.24 | 357.19 | 0.34 | 0.63 |
| Hex | C1 | 81 | 84 | 0 | 21 | 20 | 18 | 165 | 22 | 3F |
| Octal | 301 | 201 | 204 | 0 | 41 | 40 | 30 | 545 | 42 | 77 |
| Binary | 11000001 | 10000001 | 10000100 | 0 | 100001 | 100000 | 11000 | 101100101 | 100010 | 111111 |
Color Harmonies of #C18184
Complementary color
Monochromatic Colors of #C18184
Black with #C18184
Text Example
Text Example
White with #C18184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18184; }
p { color: rgb(193,129,132); }
H1.HeaderClassName
{
color: #C18184;
}
.AnyTagClassName
{
color: #C18184;
}
</style>
background-color css
<style>
a { background-color: #C18184; }
a { background-color: rgb(193,129,132); }
div.DivClassName
{
background-color: #C18184;
}
.BgClassName
{
background-color: #C18184;
}
</style>
border-color css
<style>
span { border-color: #C18184; }
span { border-color: rgb(193,129,132); }
td.TdClassName
{
border-color: #C18184;
}
.TagClassName
{
border-color: #C18184;
}
</style>