Shades of Charm #C1748A
Tints of Charm #C1748A
RGB
CMYK
RGB Variations
Color information
#C1748A (or 0xC1748A) is known color: Charm. HEX triplet: C1, 74 and 8A. RGB value is (193,116,138). Sum of RGB (Red+Green+Blue) = 193+116+138=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1748A is #3E8B75. Grayscale: #8D8D8D. Windows color (decimal): -4098934 or 9073857. OLE color: 9073857.
HSL color Cylindrical-coordinate representation of color #C1748A: hue angle of 342.86º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1748A is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 138 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.24 |
| HSL | 342.86º | 0.38% | 0.61% | - |
| HSV(B) | 342.86º | 0.4% | 0.76% | - |
| XYZ | 32.83 | 25.66 | 27.27 | - |
| YUV | 141.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 138 | 0 | 0.40 | 0.28 | 0.24 | 342.86 | 0.38 | 0.61 |
| Hex | C1 | 74 | 8A | 0 | 28 | 1C | 18 | 157 | 26 | 3D |
| Octal | 301 | 164 | 212 | 0 | 50 | 34 | 30 | 527 | 46 | 75 |
| Binary | 11000001 | 1110100 | 10001010 | 0 | 101000 | 11100 | 11000 | 101010111 | 100110 | 111101 |
Color Harmonies of #C1748A
Complementary color
Monochromatic Colors of #C1748A
Black with #C1748A
Text Example
Text Example
White with #C1748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1748A; }
p { color: rgb(193,116,138); }
H1.HeaderClassName
{
color: #C1748A;
}
.AnyTagClassName
{
color: #C1748A;
}
</style>
background-color css
<style>
a { background-color: #C1748A; }
a { background-color: rgb(193,116,138); }
div.DivClassName
{
background-color: #C1748A;
}
.BgClassName
{
background-color: #C1748A;
}
</style>
border-color css
<style>
span { border-color: #C1748A; }
span { border-color: rgb(193,116,138); }
td.TdClassName
{
border-color: #C1748A;
}
.TagClassName
{
border-color: #C1748A;
}
</style>