Shades of Charm #C37384
Tints of Charm #C37384
RGB
CMYK
RGB Variations
Color information
#C37384 (or 0xC37384) is known color: Charm. HEX triplet: C3, 73 and 84. RGB value is (195,115,132). Sum of RGB (Red+Green+Blue) = 195+115+132=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C37384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37384 is #3C8C7B. Grayscale: #8C8C8C. Windows color (decimal): -3968124 or 8680387. OLE color: 8680387.
HSL color Cylindrical-coordinate representation of color #C37384: hue angle of 347.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37384 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 132 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.24 |
| HSL | 347.25º | 0.4% | 0.61% | - |
| HSV(B) | 347.25º | 0.41% | 0.76% | - |
| XYZ | 32.8 | 25.53 | 25.03 | - |
| YUV | 140.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 132 | 0 | 0.41 | 0.32 | 0.24 | 347.25 | 0.4 | 0.61 |
| Hex | C3 | 73 | 84 | 0 | 29 | 20 | 18 | 15B | 28 | 3D |
| Octal | 303 | 163 | 204 | 0 | 51 | 40 | 30 | 533 | 50 | 75 |
| Binary | 11000011 | 1110011 | 10000100 | 0 | 101001 | 100000 | 11000 | 101011011 | 101000 | 111101 |
Color Harmonies of #C37384
Complementary color
Monochromatic Colors of #C37384
Black with #C37384
Text Example
Text Example
White with #C37384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37384; }
p { color: rgb(195,115,132); }
H1.HeaderClassName
{
color: #C37384;
}
.AnyTagClassName
{
color: #C37384;
}
</style>
background-color css
<style>
a { background-color: #C37384; }
a { background-color: rgb(195,115,132); }
div.DivClassName
{
background-color: #C37384;
}
.BgClassName
{
background-color: #C37384;
}
</style>
border-color css
<style>
span { border-color: #C37384; }
span { border-color: rgb(195,115,132); }
td.TdClassName
{
border-color: #C37384;
}
.TagClassName
{
border-color: #C37384;
}
</style>