Shades of Charm #C27881
Tints of Charm #C27881
RGB
CMYK
RGB Variations
Color information
#C27881 (or 0xC27881) is known color: Charm. HEX triplet: C2, 78 and 81. RGB value is (194,120,129). Sum of RGB (Red+Green+Blue) = 194+120+129=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C27881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27881 is #3D877E. Grayscale: #8F8F8F. Windows color (decimal): -4032383 or 8485058. OLE color: 8485058.
HSL color Cylindrical-coordinate representation of color #C27881: hue angle of 352.7º 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 #C27881 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 129 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.24 |
| HSL | 352.7º | 0.38% | 0.62% | - |
| HSV(B) | 352.7º | 0.38% | 0.76% | - |
| XYZ | 32.93 | 26.49 | 24.15 | - |
| YUV | 143.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 129 | 0 | 0.38 | 0.34 | 0.24 | 352.7 | 0.38 | 0.62 |
| Hex | C2 | 78 | 81 | 0 | 26 | 22 | 18 | 161 | 26 | 3E |
| Octal | 302 | 170 | 201 | 0 | 46 | 42 | 30 | 541 | 46 | 76 |
| Binary | 11000010 | 1111000 | 10000001 | 0 | 100110 | 100010 | 11000 | 101100001 | 100110 | 111110 |
Color Harmonies of #C27881
Complementary color
Monochromatic Colors of #C27881
Black with #C27881
Text Example
Text Example
White with #C27881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27881; }
p { color: rgb(194,120,129); }
H1.HeaderClassName
{
color: #C27881;
}
.AnyTagClassName
{
color: #C27881;
}
</style>
background-color css
<style>
a { background-color: #C27881; }
a { background-color: rgb(194,120,129); }
div.DivClassName
{
background-color: #C27881;
}
.BgClassName
{
background-color: #C27881;
}
</style>
border-color css
<style>
span { border-color: #C27881; }
span { border-color: rgb(194,120,129); }
td.TdClassName
{
border-color: #C27881;
}
.TagClassName
{
border-color: #C27881;
}
</style>