Shades of Charm #C37A85
Tints of Charm #C37A85
RGB
CMYK
RGB Variations
Color information
#C37A85 (or 0xC37A85) is known color: Charm. HEX triplet: C3, 7A and 85. RGB value is (195,122,133). Sum of RGB (Red+Green+Blue) = 195+122+133=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A85 is #3C857A. Grayscale: #919191. Windows color (decimal): -3966331 or 8747715. OLE color: 8747715.
HSL color Cylindrical-coordinate representation of color #C37A85: hue angle of 350.96º 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 #C37A85 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 133 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.24 |
| HSL | 350.96º | 0.38% | 0.62% | - |
| HSV(B) | 350.96º | 0.37% | 0.76% | - |
| XYZ | 33.7 | 27.21 | 25.67 | - |
| YUV | 145.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 133 | 0 | 0.37 | 0.32 | 0.24 | 350.96 | 0.38 | 0.62 |
| Hex | C3 | 7A | 85 | 0 | 25 | 20 | 18 | 15F | 26 | 3E |
| Octal | 303 | 172 | 205 | 0 | 45 | 40 | 30 | 537 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10000101 | 0 | 100101 | 100000 | 11000 | 101011111 | 100110 | 111110 |
Color Harmonies of #C37A85
Complementary color
Monochromatic Colors of #C37A85
Black with #C37A85
Text Example
Text Example
White with #C37A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A85; }
p { color: rgb(195,122,133); }
H1.HeaderClassName
{
color: #C37A85;
}
.AnyTagClassName
{
color: #C37A85;
}
</style>
background-color css
<style>
a { background-color: #C37A85; }
a { background-color: rgb(195,122,133); }
div.DivClassName
{
background-color: #C37A85;
}
.BgClassName
{
background-color: #C37A85;
}
</style>
border-color css
<style>
span { border-color: #C37A85; }
span { border-color: rgb(195,122,133); }
td.TdClassName
{
border-color: #C37A85;
}
.TagClassName
{
border-color: #C37A85;
}
</style>