Shades of Charm #C2768B
Tints of Charm #C2768B
RGB
CMYK
RGB Variations
Color information
#C2768B (or 0xC2768B) is known color: Charm. HEX triplet: C2, 76 and 8B. RGB value is (194,118,139). Sum of RGB (Red+Green+Blue) = 194+118+139=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2768B is #3D8974. Grayscale: #8F8F8F. Windows color (decimal): -4032885 or 9139906. OLE color: 9139906.
HSL color Cylindrical-coordinate representation of color #C2768B: hue angle of 343.42º 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 #C2768B is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 139 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.24 |
| HSL | 343.42º | 0.38% | 0.61% | - |
| HSV(B) | 343.42º | 0.39% | 0.76% | - |
| XYZ | 33.39 | 26.29 | 27.74 | - |
| YUV | 143.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 139 | 0 | 0.39 | 0.28 | 0.24 | 343.42 | 0.38 | 0.61 |
| Hex | C2 | 76 | 8B | 0 | 27 | 1C | 18 | 157 | 26 | 3D |
| Octal | 302 | 166 | 213 | 0 | 47 | 34 | 30 | 527 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10001011 | 0 | 100111 | 11100 | 11000 | 101010111 | 100110 | 111101 |
Color Harmonies of #C2768B
Complementary color
Monochromatic Colors of #C2768B
Black with #C2768B
Text Example
Text Example
White with #C2768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2768B; }
p { color: rgb(194,118,139); }
H1.HeaderClassName
{
color: #C2768B;
}
.AnyTagClassName
{
color: #C2768B;
}
</style>
background-color css
<style>
a { background-color: #C2768B; }
a { background-color: rgb(194,118,139); }
div.DivClassName
{
background-color: #C2768B;
}
.BgClassName
{
background-color: #C2768B;
}
</style>
border-color css
<style>
span { border-color: #C2768B; }
span { border-color: rgb(194,118,139); }
td.TdClassName
{
border-color: #C2768B;
}
.TagClassName
{
border-color: #C2768B;
}
</style>