Shades of Charm #C27786
Tints of Charm #C27786
RGB
CMYK
RGB Variations
Color information
#C27786 (or 0xC27786) is known color: Charm. HEX triplet: C2, 77 and 86. RGB value is (194,119,134). Sum of RGB (Red+Green+Blue) = 194+119+134=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C27786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27786 is #3D8879. Grayscale: #8F8F8F. Windows color (decimal): -4032634 or 8812482. OLE color: 8812482.
HSL color Cylindrical-coordinate representation of color #C27786: hue angle of 348º 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 #C27786 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 134 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.24 |
| HSL | 348º | 0.38% | 0.61% | - |
| HSV(B) | 348º | 0.39% | 0.76% | - |
| XYZ | 33.15 | 26.38 | 25.9 | - |
| YUV | 143.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 134 | 0 | 0.39 | 0.31 | 0.24 | 348 | 0.38 | 0.61 |
| Hex | C2 | 77 | 86 | 0 | 27 | 1F | 18 | 15C | 26 | 3D |
| Octal | 302 | 167 | 206 | 0 | 47 | 37 | 30 | 534 | 46 | 75 |
| Binary | 11000010 | 1110111 | 10000110 | 0 | 100111 | 11111 | 11000 | 101011100 | 100110 | 111101 |
Color Harmonies of #C27786
Complementary color
Monochromatic Colors of #C27786
Black with #C27786
Text Example
Text Example
White with #C27786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27786; }
p { color: rgb(194,119,134); }
H1.HeaderClassName
{
color: #C27786;
}
.AnyTagClassName
{
color: #C27786;
}
</style>
background-color css
<style>
a { background-color: #C27786; }
a { background-color: rgb(194,119,134); }
div.DivClassName
{
background-color: #C27786;
}
.BgClassName
{
background-color: #C27786;
}
</style>
border-color css
<style>
span { border-color: #C27786; }
span { border-color: rgb(194,119,134); }
td.TdClassName
{
border-color: #C27786;
}
.TagClassName
{
border-color: #C27786;
}
</style>