Shades of Charm #C27880
Tints of Charm #C27880
RGB
CMYK
RGB Variations
Color information
#C27880 (or 0xC27880) is known color: Charm. HEX triplet: C2, 78 and 80. RGB value is (194,120,128). Sum of RGB (Red+Green+Blue) = 194+120+128=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C27880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27880 is #3D877F. Grayscale: #8F8F8F. Windows color (decimal): -4032384 or 8419522. OLE color: 8419522.
HSL color Cylindrical-coordinate representation of color #C27880: hue angle of 353.51º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C27880 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 128 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.24 |
| HSL | 353.51º | 0.38% | 0.62% | - |
| HSV(B) | 353.51º | 0.38% | 0.76% | - |
| XYZ | 32.86 | 26.46 | 23.8 | - |
| YUV | 143.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 128 | 0 | 0.38 | 0.34 | 0.24 | 353.51 | 0.38 | 0.62 |
| Hex | C2 | 78 | 80 | 0 | 26 | 22 | 18 | 162 | 26 | 3E |
| Octal | 302 | 170 | 200 | 0 | 46 | 42 | 30 | 542 | 46 | 76 |
| Binary | 11000010 | 1111000 | 10000000 | 0 | 100110 | 100010 | 11000 | 101100010 | 100110 | 111110 |
Color Harmonies of #C27880
Complementary color
Monochromatic Colors of #C27880
Black with #C27880
Text Example
Text Example
White with #C27880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27880; }
p { color: rgb(194,120,128); }
H1.HeaderClassName
{
color: #C27880;
}
.AnyTagClassName
{
color: #C27880;
}
</style>
background-color css
<style>
a { background-color: #C27880; }
a { background-color: rgb(194,120,128); }
div.DivClassName
{
background-color: #C27880;
}
.BgClassName
{
background-color: #C27880;
}
</style>
border-color css
<style>
span { border-color: #C27880; }
span { border-color: rgb(194,120,128); }
td.TdClassName
{
border-color: #C27880;
}
.TagClassName
{
border-color: #C27880;
}
</style>