Shades of Charm #C17886
Tints of Charm #C17886
RGB
CMYK
RGB Variations
Color information
#C17886 (or 0xC17886) is known color: Charm. HEX triplet: C1, 78 and 86. RGB value is (193,120,134). Sum of RGB (Red+Green+Blue) = 193+120+134=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C17886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17886 is #3E8779. Grayscale: #8F8F8F. Windows color (decimal): -4097914 or 8812737. OLE color: 8812737.
HSL color Cylindrical-coordinate representation of color #C17886: hue angle of 348.49º 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 #C17886 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 134 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.24 |
| HSL | 348.49º | 0.37% | 0.61% | - |
| HSV(B) | 348.49º | 0.38% | 0.76% | - |
| XYZ | 33.01 | 26.49 | 25.93 | - |
| YUV | 143.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 134 | 0 | 0.38 | 0.31 | 0.24 | 348.49 | 0.37 | 0.61 |
| Hex | C1 | 78 | 86 | 0 | 26 | 1F | 18 | 15C | 25 | 3D |
| Octal | 301 | 170 | 206 | 0 | 46 | 37 | 30 | 534 | 45 | 75 |
| Binary | 11000001 | 1111000 | 10000110 | 0 | 100110 | 11111 | 11000 | 101011100 | 100101 | 111101 |
Color Harmonies of #C17886
Complementary color
Monochromatic Colors of #C17886
Black with #C17886
Text Example
Text Example
White with #C17886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17886; }
p { color: rgb(193,120,134); }
H1.HeaderClassName
{
color: #C17886;
}
.AnyTagClassName
{
color: #C17886;
}
</style>
background-color css
<style>
a { background-color: #C17886; }
a { background-color: rgb(193,120,134); }
div.DivClassName
{
background-color: #C17886;
}
.BgClassName
{
background-color: #C17886;
}
</style>
border-color css
<style>
span { border-color: #C17886; }
span { border-color: rgb(193,120,134); }
td.TdClassName
{
border-color: #C17886;
}
.TagClassName
{
border-color: #C17886;
}
</style>