Shades of Charm #C2767C
Tints of Charm #C2767C
RGB
CMYK
RGB Variations
Color information
#C2767C (or 0xC2767C) is known color: Charm. HEX triplet: C2, 76 and 7C. RGB value is (194,118,124). Sum of RGB (Red+Green+Blue) = 194+118+124=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2767C is #3D8983. Grayscale: #8D8D8D. Windows color (decimal): -4032900 or 8156866. OLE color: 8156866.
HSL color Cylindrical-coordinate representation of color #C2767C: hue angle of 355.26º 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 #C2767C is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 124 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.24 |
| HSL | 355.26º | 0.38% | 0.61% | - |
| HSV(B) | 355.26º | 0.39% | 0.76% | - |
| XYZ | 32.36 | 25.88 | 22.36 | - |
| YUV | 141.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 124 | 0 | 0.39 | 0.36 | 0.24 | 355.26 | 0.38 | 0.61 |
| Hex | C2 | 76 | 7C | 0 | 27 | 24 | 18 | 163 | 26 | 3D |
| Octal | 302 | 166 | 174 | 0 | 47 | 44 | 30 | 543 | 46 | 75 |
| Binary | 11000010 | 1110110 | 1111100 | 0 | 100111 | 100100 | 11000 | 101100011 | 100110 | 111101 |
Color Harmonies of #C2767C
Complementary color
Monochromatic Colors of #C2767C
Black with #C2767C
Text Example
Text Example
White with #C2767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2767C; }
p { color: rgb(194,118,124); }
H1.HeaderClassName
{
color: #C2767C;
}
.AnyTagClassName
{
color: #C2767C;
}
</style>
background-color css
<style>
a { background-color: #C2767C; }
a { background-color: rgb(194,118,124); }
div.DivClassName
{
background-color: #C2767C;
}
.BgClassName
{
background-color: #C2767C;
}
</style>
border-color css
<style>
span { border-color: #C2767C; }
span { border-color: rgb(194,118,124); }
td.TdClassName
{
border-color: #C2767C;
}
.TagClassName
{
border-color: #C2767C;
}
</style>