Shades of Charm #C17984
Tints of Charm #C17984
RGB
CMYK
RGB Variations
Color information
#C17984 (or 0xC17984) is known color: Charm. HEX triplet: C1, 79 and 84. RGB value is (193,121,132). Sum of RGB (Red+Green+Blue) = 193+121+132=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C17984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17984 is #3E867B. Grayscale: #8F8F8F. Windows color (decimal): -4097660 or 8681921. OLE color: 8681921.
HSL color Cylindrical-coordinate representation of color #C17984: hue angle of 350.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17984 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 132 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.24 |
| HSL | 350.83º | 0.37% | 0.62% | - |
| HSV(B) | 350.83º | 0.37% | 0.76% | - |
| XYZ | 32.99 | 26.68 | 25.24 | - |
| YUV | 143.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 132 | 0 | 0.37 | 0.32 | 0.24 | 350.83 | 0.37 | 0.62 |
| Hex | C1 | 79 | 84 | 0 | 25 | 20 | 18 | 15F | 25 | 3E |
| Octal | 301 | 171 | 204 | 0 | 45 | 40 | 30 | 537 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10000100 | 0 | 100101 | 100000 | 11000 | 101011111 | 100101 | 111110 |
Color Harmonies of #C17984
Complementary color
Monochromatic Colors of #C17984
Black with #C17984
Text Example
Text Example
White with #C17984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17984; }
p { color: rgb(193,121,132); }
H1.HeaderClassName
{
color: #C17984;
}
.AnyTagClassName
{
color: #C17984;
}
</style>
background-color css
<style>
a { background-color: #C17984; }
a { background-color: rgb(193,121,132); }
div.DivClassName
{
background-color: #C17984;
}
.BgClassName
{
background-color: #C17984;
}
</style>
border-color css
<style>
span { border-color: #C17984; }
span { border-color: rgb(193,121,132); }
td.TdClassName
{
border-color: #C17984;
}
.TagClassName
{
border-color: #C17984;
}
</style>