Shades of Charm #C37582
Tints of Charm #C37582
RGB
CMYK
RGB Variations
Color information
#C37582 (or 0xC37582) is known color: Charm. HEX triplet: C3, 75 and 82. RGB value is (195,117,130). Sum of RGB (Red+Green+Blue) = 195+117+130=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C37582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37582 is #3C8A7D. Grayscale: #8D8D8D. Windows color (decimal): -3967614 or 8549827. OLE color: 8549827.
HSL color Cylindrical-coordinate representation of color #C37582: hue angle of 350º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37582 is Cyan = 0, Magento = 0.4, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 130 | - |
| CMYK | 0 | 0.4 | 0.33 | 0.24 |
| HSL | 350º | 0.39% | 0.61% | - |
| HSV(B) | 350º | 0.4% | 0.76% | - |
| XYZ | 32.9 | 25.94 | 24.39 | - |
| YUV | 141.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 130 | 0 | 0.4 | 0.33 | 0.24 | 350 | 0.39 | 0.61 |
| Hex | C3 | 75 | 82 | 0 | 28 | 21 | 18 | 15E | 27 | 3D |
| Octal | 303 | 165 | 202 | 0 | 50 | 41 | 30 | 536 | 47 | 75 |
| Binary | 11000011 | 1110101 | 10000010 | 0 | 101000 | 100001 | 11000 | 101011110 | 100111 | 111101 |
Color Harmonies of #C37582
Complementary color
Monochromatic Colors of #C37582
Black with #C37582
Text Example
Text Example
White with #C37582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37582; }
p { color: rgb(195,117,130); }
H1.HeaderClassName
{
color: #C37582;
}
.AnyTagClassName
{
color: #C37582;
}
</style>
background-color css
<style>
a { background-color: #C37582; }
a { background-color: rgb(195,117,130); }
div.DivClassName
{
background-color: #C37582;
}
.BgClassName
{
background-color: #C37582;
}
</style>
border-color css
<style>
span { border-color: #C37582; }
span { border-color: rgb(195,117,130); }
td.TdClassName
{
border-color: #C37582;
}
.TagClassName
{
border-color: #C37582;
}
</style>