Shades of Charm #C37A84
Tints of Charm #C37A84
RGB
CMYK
RGB Variations
Color information
#C37A84 (or 0xC37A84) is known color: Charm. HEX triplet: C3, 7A and 84. RGB value is (195,122,132). Sum of RGB (Red+Green+Blue) = 195+122+132=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A84 is #3C857B. Grayscale: #919191. Windows color (decimal): -3966332 or 8682179. OLE color: 8682179.
HSL color Cylindrical-coordinate representation of color #C37A84: hue angle of 351.78º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37A84 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 132 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.24 |
| HSL | 351.78º | 0.38% | 0.62% | - |
| HSV(B) | 351.78º | 0.37% | 0.76% | - |
| XYZ | 33.63 | 27.19 | 25.3 | - |
| YUV | 144.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 132 | 0 | 0.37 | 0.32 | 0.24 | 351.78 | 0.38 | 0.62 |
| Hex | C3 | 7A | 84 | 0 | 25 | 20 | 18 | 160 | 26 | 3E |
| Octal | 303 | 172 | 204 | 0 | 45 | 40 | 30 | 540 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10000100 | 0 | 100101 | 100000 | 11000 | 101100000 | 100110 | 111110 |
Color Harmonies of #C37A84
Complementary color
Monochromatic Colors of #C37A84
Black with #C37A84
Text Example
Text Example
White with #C37A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A84; }
p { color: rgb(195,122,132); }
H1.HeaderClassName
{
color: #C37A84;
}
.AnyTagClassName
{
color: #C37A84;
}
</style>
background-color css
<style>
a { background-color: #C37A84; }
a { background-color: rgb(195,122,132); }
div.DivClassName
{
background-color: #C37A84;
}
.BgClassName
{
background-color: #C37A84;
}
</style>
border-color css
<style>
span { border-color: #C37A84; }
span { border-color: rgb(195,122,132); }
td.TdClassName
{
border-color: #C37A84;
}
.TagClassName
{
border-color: #C37A84;
}
</style>