Shades of Charm #C37089
Tints of Charm #C37089
RGB
CMYK
RGB Variations
Color information
#C37089 (or 0xC37089) is known color: Charm. HEX triplet: C3, 70 and 89. RGB value is (195,112,137). Sum of RGB (Red+Green+Blue) = 195+112+137=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C37089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37089 is #3C8F76. Grayscale: #8B8B8B. Windows color (decimal): -3968887 or 9007299. OLE color: 9007299.
HSL color Cylindrical-coordinate representation of color #C37089: hue angle of 341.93º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37089 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 137 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.24 |
| HSL | 341.93º | 0.41% | 0.6% | - |
| HSV(B) | 341.93º | 0.43% | 0.76% | - |
| XYZ | 32.82 | 25 | 26.76 | - |
| YUV | 139.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 137 | 0 | 0.43 | 0.30 | 0.24 | 341.93 | 0.41 | 0.6 |
| Hex | C3 | 70 | 89 | 0 | 2B | 1E | 18 | 156 | 29 | 3C |
| Octal | 303 | 160 | 211 | 0 | 53 | 36 | 30 | 526 | 51 | 74 |
| Binary | 11000011 | 1110000 | 10001001 | 0 | 101011 | 11110 | 11000 | 101010110 | 101001 | 111100 |
Color Harmonies of #C37089
Complementary color
Monochromatic Colors of #C37089
Black with #C37089
Text Example
Text Example
White with #C37089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37089; }
p { color: rgb(195,112,137); }
H1.HeaderClassName
{
color: #C37089;
}
.AnyTagClassName
{
color: #C37089;
}
</style>
background-color css
<style>
a { background-color: #C37089; }
a { background-color: rgb(195,112,137); }
div.DivClassName
{
background-color: #C37089;
}
.BgClassName
{
background-color: #C37089;
}
</style>
border-color css
<style>
span { border-color: #C37089; }
span { border-color: rgb(195,112,137); }
td.TdClassName
{
border-color: #C37089;
}
.TagClassName
{
border-color: #C37089;
}
</style>