Shades of Charm #C27289
Tints of Charm #C27289
RGB
CMYK
RGB Variations
Color information
#C27289 (or 0xC27289) is known color: Charm. HEX triplet: C2, 72 and 89. RGB value is (194,114,137). Sum of RGB (Red+Green+Blue) = 194+114+137=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C27289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27289 is #3D8D76. Grayscale: #8C8C8C. Windows color (decimal): -4033911 or 9007810. OLE color: 9007810.
HSL color Cylindrical-coordinate representation of color #C27289: hue angle of 342.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27289 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 137 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.24 |
| HSL | 342.75º | 0.4% | 0.6% | - |
| HSV(B) | 342.75º | 0.41% | 0.76% | - |
| XYZ | 32.78 | 25.31 | 26.82 | - |
| YUV | 140.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 137 | 0 | 0.41 | 0.29 | 0.24 | 342.75 | 0.4 | 0.6 |
| Hex | C2 | 72 | 89 | 0 | 29 | 1D | 18 | 157 | 28 | 3C |
| Octal | 302 | 162 | 211 | 0 | 51 | 35 | 30 | 527 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10001001 | 0 | 101001 | 11101 | 11000 | 101010111 | 101000 | 111100 |
Color Harmonies of #C27289
Complementary color
Monochromatic Colors of #C27289
Black with #C27289
Text Example
Text Example
White with #C27289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27289; }
p { color: rgb(194,114,137); }
H1.HeaderClassName
{
color: #C27289;
}
.AnyTagClassName
{
color: #C27289;
}
</style>
background-color css
<style>
a { background-color: #C27289; }
a { background-color: rgb(194,114,137); }
div.DivClassName
{
background-color: #C27289;
}
.BgClassName
{
background-color: #C27289;
}
</style>
border-color css
<style>
span { border-color: #C27289; }
span { border-color: rgb(194,114,137); }
td.TdClassName
{
border-color: #C27289;
}
.TagClassName
{
border-color: #C27289;
}
</style>