Shades of Charm #C17B92
Tints of Charm #C17B92
RGB
CMYK
RGB Variations
Color information
#C17B92 (or 0xC17B92) is known color: Charm. HEX triplet: C1, 7B and 92. RGB value is (193,123,146). Sum of RGB (Red+Green+Blue) = 193+123+146=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17B92 is #3E846D. Grayscale: #929292. Windows color (decimal): -4097134 or 9599937. OLE color: 9599937.
HSL color Cylindrical-coordinate representation of color #C17B92: hue angle of 340.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17B92 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 146 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.24 |
| HSL | 340.29º | 0.36% | 0.62% | - |
| HSV(B) | 340.29º | 0.36% | 0.76% | - |
| XYZ | 34.26 | 27.58 | 30.71 | - |
| YUV | 146.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 146 | 0 | 0.36 | 0.24 | 0.24 | 340.29 | 0.36 | 0.62 |
| Hex | C1 | 7B | 92 | 0 | 24 | 18 | 18 | 154 | 24 | 3E |
| Octal | 301 | 173 | 222 | 0 | 44 | 30 | 30 | 524 | 44 | 76 |
| Binary | 11000001 | 1111011 | 10010010 | 0 | 100100 | 11000 | 11000 | 101010100 | 100100 | 111110 |
Color Harmonies of #C17B92
Complementary color
Monochromatic Colors of #C17B92
Black with #C17B92
Text Example
Text Example
White with #C17B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B92; }
p { color: rgb(193,123,146); }
H1.HeaderClassName
{
color: #C17B92;
}
.AnyTagClassName
{
color: #C17B92;
}
</style>
background-color css
<style>
a { background-color: #C17B92; }
a { background-color: rgb(193,123,146); }
div.DivClassName
{
background-color: #C17B92;
}
.BgClassName
{
background-color: #C17B92;
}
</style>
border-color css
<style>
span { border-color: #C17B92; }
span { border-color: rgb(193,123,146); }
td.TdClassName
{
border-color: #C17B92;
}
.TagClassName
{
border-color: #C17B92;
}
</style>