Shades of Charm #C1758C
Tints of Charm #C1758C
RGB
CMYK
RGB Variations
Color information
#C1758C (or 0xC1758C) is known color: Charm. HEX triplet: C1, 75 and 8C. RGB value is (193,117,140). Sum of RGB (Red+Green+Blue) = 193+117+140=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1758C is #3E8A73. Grayscale: #8E8E8E. Windows color (decimal): -4098676 or 9205185. OLE color: 9205185.
HSL color Cylindrical-coordinate representation of color #C1758C: hue angle of 341.84º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1758C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 140 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.24 |
| HSL | 341.84º | 0.38% | 0.61% | - |
| HSV(B) | 341.84º | 0.39% | 0.76% | - |
| XYZ | 33.09 | 25.95 | 28.08 | - |
| YUV | 142.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 140 | 0 | 0.39 | 0.27 | 0.24 | 341.84 | 0.38 | 0.61 |
| Hex | C1 | 75 | 8C | 0 | 27 | 1B | 18 | 156 | 26 | 3D |
| Octal | 301 | 165 | 214 | 0 | 47 | 33 | 30 | 526 | 46 | 75 |
| Binary | 11000001 | 1110101 | 10001100 | 0 | 100111 | 11011 | 11000 | 101010110 | 100110 | 111101 |
Color Harmonies of #C1758C
Complementary color
Monochromatic Colors of #C1758C
Black with #C1758C
Text Example
Text Example
White with #C1758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1758C; }
p { color: rgb(193,117,140); }
H1.HeaderClassName
{
color: #C1758C;
}
.AnyTagClassName
{
color: #C1758C;
}
</style>
background-color css
<style>
a { background-color: #C1758C; }
a { background-color: rgb(193,117,140); }
div.DivClassName
{
background-color: #C1758C;
}
.BgClassName
{
background-color: #C1758C;
}
</style>
border-color css
<style>
span { border-color: #C1758C; }
span { border-color: rgb(193,117,140); }
td.TdClassName
{
border-color: #C1758C;
}
.TagClassName
{
border-color: #C1758C;
}
</style>