Shades of Charm #C1738C
Tints of Charm #C1738C
RGB
CMYK
RGB Variations
Color information
#C1738C (or 0xC1738C) is known color: Charm. HEX triplet: C1, 73 and 8C. RGB value is (193,115,140). Sum of RGB (Red+Green+Blue) = 193+115+140=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1738C is #3E8C73. Grayscale: #8D8D8D. Windows color (decimal): -4099188 or 9204673. OLE color: 9204673.
HSL color Cylindrical-coordinate representation of color #C1738C: hue angle of 340.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1738C is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 140 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.24 |
| HSL | 340.77º | 0.39% | 0.6% | - |
| HSV(B) | 340.77º | 0.4% | 0.76% | - |
| XYZ | 32.86 | 25.49 | 28 | - |
| YUV | 141.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 140 | 0 | 0.40 | 0.27 | 0.24 | 340.77 | 0.39 | 0.6 |
| Hex | C1 | 73 | 8C | 0 | 28 | 1B | 18 | 155 | 27 | 3C |
| Octal | 301 | 163 | 214 | 0 | 50 | 33 | 30 | 525 | 47 | 74 |
| Binary | 11000001 | 1110011 | 10001100 | 0 | 101000 | 11011 | 11000 | 101010101 | 100111 | 111100 |
Color Harmonies of #C1738C
Complementary color
Monochromatic Colors of #C1738C
Black with #C1738C
Text Example
Text Example
White with #C1738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1738C; }
p { color: rgb(193,115,140); }
H1.HeaderClassName
{
color: #C1738C;
}
.AnyTagClassName
{
color: #C1738C;
}
</style>
background-color css
<style>
a { background-color: #C1738C; }
a { background-color: rgb(193,115,140); }
div.DivClassName
{
background-color: #C1738C;
}
.BgClassName
{
background-color: #C1738C;
}
</style>
border-color css
<style>
span { border-color: #C1738C; }
span { border-color: rgb(193,115,140); }
td.TdClassName
{
border-color: #C1738C;
}
.TagClassName
{
border-color: #C1738C;
}
</style>