Shades of Charm #C2768E
Tints of Charm #C2768E
RGB
CMYK
RGB Variations
Color information
#C2768E (or 0xC2768E) is known color: Charm. HEX triplet: C2, 76 and 8E. RGB value is (194,118,142). Sum of RGB (Red+Green+Blue) = 194+118+142=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2768E is #3D8971. Grayscale: #8F8F8F. Windows color (decimal): -4032882 or 9336514. OLE color: 9336514.
HSL color Cylindrical-coordinate representation of color #C2768E: hue angle of 341.05º 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 #C2768E is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 142 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.24 |
| HSL | 341.05º | 0.38% | 0.61% | - |
| HSV(B) | 341.05º | 0.39% | 0.76% | - |
| XYZ | 33.61 | 26.38 | 28.91 | - |
| YUV | 143.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 142 | 0 | 0.39 | 0.27 | 0.24 | 341.05 | 0.38 | 0.61 |
| Hex | C2 | 76 | 8E | 0 | 27 | 1B | 18 | 155 | 26 | 3D |
| Octal | 302 | 166 | 216 | 0 | 47 | 33 | 30 | 525 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10001110 | 0 | 100111 | 11011 | 11000 | 101010101 | 100110 | 111101 |
Color Harmonies of #C2768E
Complementary color
Monochromatic Colors of #C2768E
Black with #C2768E
Text Example
Text Example
White with #C2768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2768E; }
p { color: rgb(194,118,142); }
H1.HeaderClassName
{
color: #C2768E;
}
.AnyTagClassName
{
color: #C2768E;
}
</style>
background-color css
<style>
a { background-color: #C2768E; }
a { background-color: rgb(194,118,142); }
div.DivClassName
{
background-color: #C2768E;
}
.BgClassName
{
background-color: #C2768E;
}
</style>
border-color css
<style>
span { border-color: #C2768E; }
span { border-color: rgb(194,118,142); }
td.TdClassName
{
border-color: #C2768E;
}
.TagClassName
{
border-color: #C2768E;
}
</style>