Shades of Charm #C37884
Tints of Charm #C37884
RGB
CMYK
RGB Variations
Color information
#C37884 (or 0xC37884) is known color: Charm. HEX triplet: C3, 78 and 84. RGB value is (195,120,132). Sum of RGB (Red+Green+Blue) = 195+120+132=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C37884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37884 is #3C877B. Grayscale: #8F8F8F. Windows color (decimal): -3966844 or 8681667. OLE color: 8681667.
HSL color Cylindrical-coordinate representation of color #C37884: hue angle of 350.4º 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 #C37884 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 132 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.24 |
| HSL | 350.4º | 0.38% | 0.62% | - |
| HSV(B) | 350.4º | 0.38% | 0.76% | - |
| XYZ | 33.39 | 26.7 | 25.22 | - |
| YUV | 143.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 132 | 0 | 0.38 | 0.32 | 0.24 | 350.4 | 0.38 | 0.62 |
| Hex | C3 | 78 | 84 | 0 | 26 | 20 | 18 | 15E | 26 | 3E |
| Octal | 303 | 170 | 204 | 0 | 46 | 40 | 30 | 536 | 46 | 76 |
| Binary | 11000011 | 1111000 | 10000100 | 0 | 100110 | 100000 | 11000 | 101011110 | 100110 | 111110 |
Color Harmonies of #C37884
Complementary color
Monochromatic Colors of #C37884
Black with #C37884
Text Example
Text Example
White with #C37884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37884; }
p { color: rgb(195,120,132); }
H1.HeaderClassName
{
color: #C37884;
}
.AnyTagClassName
{
color: #C37884;
}
</style>
background-color css
<style>
a { background-color: #C37884; }
a { background-color: rgb(195,120,132); }
div.DivClassName
{
background-color: #C37884;
}
.BgClassName
{
background-color: #C37884;
}
</style>
border-color css
<style>
span { border-color: #C37884; }
span { border-color: rgb(195,120,132); }
td.TdClassName
{
border-color: #C37884;
}
.TagClassName
{
border-color: #C37884;
}
</style>