Shades of Charm #C17884
Tints of Charm #C17884
RGB
CMYK
RGB Variations
Color information
#C17884 (or 0xC17884) is known color: Charm. HEX triplet: C1, 78 and 84. RGB value is (193,120,132). Sum of RGB (Red+Green+Blue) = 193+120+132=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C17884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17884 is #3E877B. Grayscale: #8F8F8F. Windows color (decimal): -4097916 or 8681665. OLE color: 8681665.
HSL color Cylindrical-coordinate representation of color #C17884: hue angle of 350.14º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C17884 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 132 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.24 |
| HSL | 350.14º | 0.37% | 0.61% | - |
| HSV(B) | 350.14º | 0.38% | 0.76% | - |
| XYZ | 32.87 | 26.44 | 25.2 | - |
| YUV | 143.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 132 | 0 | 0.38 | 0.32 | 0.24 | 350.14 | 0.37 | 0.61 |
| Hex | C1 | 78 | 84 | 0 | 26 | 20 | 18 | 15E | 25 | 3D |
| Octal | 301 | 170 | 204 | 0 | 46 | 40 | 30 | 536 | 45 | 75 |
| Binary | 11000001 | 1111000 | 10000100 | 0 | 100110 | 100000 | 11000 | 101011110 | 100101 | 111101 |
Color Harmonies of #C17884
Complementary color
Monochromatic Colors of #C17884
Black with #C17884
Text Example
Text Example
White with #C17884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17884; }
p { color: rgb(193,120,132); }
H1.HeaderClassName
{
color: #C17884;
}
.AnyTagClassName
{
color: #C17884;
}
</style>
background-color css
<style>
a { background-color: #C17884; }
a { background-color: rgb(193,120,132); }
div.DivClassName
{
background-color: #C17884;
}
.BgClassName
{
background-color: #C17884;
}
</style>
border-color css
<style>
span { border-color: #C17884; }
span { border-color: rgb(193,120,132); }
td.TdClassName
{
border-color: #C17884;
}
.TagClassName
{
border-color: #C17884;
}
</style>