Shades of Charm #C17C83
Tints of Charm #C17C83
RGB
CMYK
RGB Variations
Color information
#C17C83 (or 0xC17C83) is known color: Charm. HEX triplet: C1, 7C and 83. RGB value is (193,124,131). Sum of RGB (Red+Green+Blue) = 193+124+131=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17C83 is #3E837C. Grayscale: #919191. Windows color (decimal): -4096893 or 8617153. OLE color: 8617153.
HSL color Cylindrical-coordinate representation of color #C17C83: hue angle of 353.91º 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 #C17C83 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 131 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.24 |
| HSL | 353.91º | 0.36% | 0.62% | - |
| HSV(B) | 353.91º | 0.36% | 0.76% | - |
| XYZ | 33.3 | 27.39 | 25 | - |
| YUV | 145.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 131 | 0 | 0.36 | 0.32 | 0.24 | 353.91 | 0.36 | 0.62 |
| Hex | C1 | 7C | 83 | 0 | 24 | 20 | 18 | 162 | 24 | 3E |
| Octal | 301 | 174 | 203 | 0 | 44 | 40 | 30 | 542 | 44 | 76 |
| Binary | 11000001 | 1111100 | 10000011 | 0 | 100100 | 100000 | 11000 | 101100010 | 100100 | 111110 |
Color Harmonies of #C17C83
Complementary color
Monochromatic Colors of #C17C83
Black with #C17C83
Text Example
Text Example
White with #C17C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C83; }
p { color: rgb(193,124,131); }
H1.HeaderClassName
{
color: #C17C83;
}
.AnyTagClassName
{
color: #C17C83;
}
</style>
background-color css
<style>
a { background-color: #C17C83; }
a { background-color: rgb(193,124,131); }
div.DivClassName
{
background-color: #C17C83;
}
.BgClassName
{
background-color: #C17C83;
}
</style>
border-color css
<style>
span { border-color: #C17C83; }
span { border-color: rgb(193,124,131); }
td.TdClassName
{
border-color: #C17C83;
}
.TagClassName
{
border-color: #C17C83;
}
</style>