Shades of Charm #C17982
Tints of Charm #C17982
RGB
CMYK
RGB Variations
Color information
#C17982 (or 0xC17982) is known color: Charm. HEX triplet: C1, 79 and 82. RGB value is (193,121,130). Sum of RGB (Red+Green+Blue) = 193+121+130=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C17982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17982 is #3E867D. Grayscale: #8F8F8F. Windows color (decimal): -4097662 or 8550849. OLE color: 8550849.
HSL color Cylindrical-coordinate representation of color #C17982: hue angle of 352.5º 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 #C17982 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 130 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.24 |
| HSL | 352.5º | 0.37% | 0.62% | - |
| HSV(B) | 352.5º | 0.37% | 0.76% | - |
| XYZ | 32.86 | 26.62 | 24.53 | - |
| YUV | 143.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 130 | 0 | 0.37 | 0.33 | 0.24 | 352.5 | 0.37 | 0.62 |
| Hex | C1 | 79 | 82 | 0 | 25 | 21 | 18 | 160 | 25 | 3E |
| Octal | 301 | 171 | 202 | 0 | 45 | 41 | 30 | 540 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10000010 | 0 | 100101 | 100001 | 11000 | 101100000 | 100101 | 111110 |
Color Harmonies of #C17982
Complementary color
Monochromatic Colors of #C17982
Black with #C17982
Text Example
Text Example
White with #C17982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17982; }
p { color: rgb(193,121,130); }
H1.HeaderClassName
{
color: #C17982;
}
.AnyTagClassName
{
color: #C17982;
}
</style>
background-color css
<style>
a { background-color: #C17982; }
a { background-color: rgb(193,121,130); }
div.DivClassName
{
background-color: #C17982;
}
.BgClassName
{
background-color: #C17982;
}
</style>
border-color css
<style>
span { border-color: #C17982; }
span { border-color: rgb(193,121,130); }
td.TdClassName
{
border-color: #C17982;
}
.TagClassName
{
border-color: #C17982;
}
</style>