Shades of Charm #C27485
Tints of Charm #C27485
RGB
CMYK
RGB Variations
Color information
#C27485 (or 0xC27485) is known color: Charm. HEX triplet: C2, 74 and 85. RGB value is (194,116,133). Sum of RGB (Red+Green+Blue) = 194+116+133=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C27485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27485 is #3D8B7A. Grayscale: #8D8D8D. Windows color (decimal): -4033403 or 8746178. OLE color: 8746178.
HSL color Cylindrical-coordinate representation of color #C27485: hue angle of 346.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27485 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 133 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.24 |
| HSL | 346.92º | 0.39% | 0.61% | - |
| HSV(B) | 346.92º | 0.4% | 0.76% | - |
| XYZ | 32.73 | 25.65 | 25.42 | - |
| YUV | 141.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 133 | 0 | 0.40 | 0.31 | 0.24 | 346.92 | 0.39 | 0.61 |
| Hex | C2 | 74 | 85 | 0 | 28 | 1F | 18 | 15B | 27 | 3D |
| Octal | 302 | 164 | 205 | 0 | 50 | 37 | 30 | 533 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10000101 | 0 | 101000 | 11111 | 11000 | 101011011 | 100111 | 111101 |
Color Harmonies of #C27485
Complementary color
Monochromatic Colors of #C27485
Black with #C27485
Text Example
Text Example
White with #C27485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27485; }
p { color: rgb(194,116,133); }
H1.HeaderClassName
{
color: #C27485;
}
.AnyTagClassName
{
color: #C27485;
}
</style>
background-color css
<style>
a { background-color: #C27485; }
a { background-color: rgb(194,116,133); }
div.DivClassName
{
background-color: #C27485;
}
.BgClassName
{
background-color: #C27485;
}
</style>
border-color css
<style>
span { border-color: #C27485; }
span { border-color: rgb(194,116,133); }
td.TdClassName
{
border-color: #C27485;
}
.TagClassName
{
border-color: #C27485;
}
</style>