Shades of Charm #C1768A
Tints of Charm #C1768A
RGB
CMYK
RGB Variations
Color information
#C1768A (or 0xC1768A) is known color: Charm. HEX triplet: C1, 76 and 8A. RGB value is (193,118,138). Sum of RGB (Red+Green+Blue) = 193+118+138=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1768A is #3E8975. Grayscale: #8E8E8E. Windows color (decimal): -4098422 or 9074369. OLE color: 9074369.
HSL color Cylindrical-coordinate representation of color #C1768A: hue angle of 344º 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 #C1768A is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 138 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.24 |
| HSL | 344º | 0.38% | 0.61% | - |
| HSV(B) | 344º | 0.39% | 0.76% | - |
| XYZ | 33.06 | 26.13 | 27.35 | - |
| YUV | 142.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 138 | 0 | 0.39 | 0.28 | 0.24 | 344 | 0.38 | 0.61 |
| Hex | C1 | 76 | 8A | 0 | 27 | 1C | 18 | 158 | 26 | 3D |
| Octal | 301 | 166 | 212 | 0 | 47 | 34 | 30 | 530 | 46 | 75 |
| Binary | 11000001 | 1110110 | 10001010 | 0 | 100111 | 11100 | 11000 | 101011000 | 100110 | 111101 |
Color Harmonies of #C1768A
Complementary color
Monochromatic Colors of #C1768A
Black with #C1768A
Text Example
Text Example
White with #C1768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1768A; }
p { color: rgb(193,118,138); }
H1.HeaderClassName
{
color: #C1768A;
}
.AnyTagClassName
{
color: #C1768A;
}
</style>
background-color css
<style>
a { background-color: #C1768A; }
a { background-color: rgb(193,118,138); }
div.DivClassName
{
background-color: #C1768A;
}
.BgClassName
{
background-color: #C1768A;
}
</style>
border-color css
<style>
span { border-color: #C1768A; }
span { border-color: rgb(193,118,138); }
td.TdClassName
{
border-color: #C1768A;
}
.TagClassName
{
border-color: #C1768A;
}
</style>