Shades of Charm #C37990
Tints of Charm #C37990
RGB
CMYK
RGB Variations
Color information
#C37990 (or 0xC37990) is known color: Charm. HEX triplet: C3, 79 and 90. RGB value is (195,121,144). Sum of RGB (Red+Green+Blue) = 195+121+144=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C37990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37990 is #3C866F. Grayscale: #919191. Windows color (decimal): -3966576 or 9468355. OLE color: 9468355.
HSL color Cylindrical-coordinate representation of color #C37990: hue angle of 341.35º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C37990 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 144 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.24 |
| HSL | 341.35º | 0.38% | 0.62% | - |
| HSV(B) | 341.35º | 0.38% | 0.76% | - |
| XYZ | 34.38 | 27.29 | 29.84 | - |
| YUV | 145.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 144 | 0 | 0.38 | 0.26 | 0.24 | 341.35 | 0.38 | 0.62 |
| Hex | C3 | 79 | 90 | 0 | 26 | 1A | 18 | 155 | 26 | 3E |
| Octal | 303 | 171 | 220 | 0 | 46 | 32 | 30 | 525 | 46 | 76 |
| Binary | 11000011 | 1111001 | 10010000 | 0 | 100110 | 11010 | 11000 | 101010101 | 100110 | 111110 |
Color Harmonies of #C37990
Complementary color
Monochromatic Colors of #C37990
Black with #C37990
Text Example
Text Example
White with #C37990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37990; }
p { color: rgb(195,121,144); }
H1.HeaderClassName
{
color: #C37990;
}
.AnyTagClassName
{
color: #C37990;
}
</style>
background-color css
<style>
a { background-color: #C37990; }
a { background-color: rgb(195,121,144); }
div.DivClassName
{
background-color: #C37990;
}
.BgClassName
{
background-color: #C37990;
}
</style>
border-color css
<style>
span { border-color: #C37990; }
span { border-color: rgb(195,121,144); }
td.TdClassName
{
border-color: #C37990;
}
.TagClassName
{
border-color: #C37990;
}
</style>