Shades of Charm #C17985
Tints of Charm #C17985
RGB
CMYK
RGB Variations
Color information
#C17985 (or 0xC17985) is known color: Charm. HEX triplet: C1, 79 and 85. RGB value is (193,121,133). Sum of RGB (Red+Green+Blue) = 193+121+133=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C17985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17985 is #3E867A. Grayscale: #8F8F8F. Windows color (decimal): -4097659 or 8747457. OLE color: 8747457.
HSL color Cylindrical-coordinate representation of color #C17985: hue angle of 350º 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 #C17985 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 133 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.24 |
| HSL | 350º | 0.37% | 0.62% | - |
| HSV(B) | 350º | 0.37% | 0.76% | - |
| XYZ | 33.06 | 26.71 | 25.6 | - |
| YUV | 143.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 133 | 0 | 0.37 | 0.31 | 0.24 | 350 | 0.37 | 0.62 |
| Hex | C1 | 79 | 85 | 0 | 25 | 1F | 18 | 15E | 25 | 3E |
| Octal | 301 | 171 | 205 | 0 | 45 | 37 | 30 | 536 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10000101 | 0 | 100101 | 11111 | 11000 | 101011110 | 100101 | 111110 |
Color Harmonies of #C17985
Complementary color
Monochromatic Colors of #C17985
Black with #C17985
Text Example
Text Example
White with #C17985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17985; }
p { color: rgb(193,121,133); }
H1.HeaderClassName
{
color: #C17985;
}
.AnyTagClassName
{
color: #C17985;
}
</style>
background-color css
<style>
a { background-color: #C17985; }
a { background-color: rgb(193,121,133); }
div.DivClassName
{
background-color: #C17985;
}
.BgClassName
{
background-color: #C17985;
}
</style>
border-color css
<style>
span { border-color: #C17985; }
span { border-color: rgb(193,121,133); }
td.TdClassName
{
border-color: #C17985;
}
.TagClassName
{
border-color: #C17985;
}
</style>