Shades of Charm #C37083
Tints of Charm #C37083
RGB
CMYK
RGB Variations
Color information
#C37083 (or 0xC37083) is known color: Charm. HEX triplet: C3, 70 and 83. RGB value is (195,112,131). Sum of RGB (Red+Green+Blue) = 195+112+131=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C37083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37083 is #3C8F7C. Grayscale: #8A8A8A. Windows color (decimal): -3968893 or 8614083. OLE color: 8614083.
HSL color Cylindrical-coordinate representation of color #C37083: hue angle of 346.27º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37083 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 131 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.24 |
| HSL | 346.27º | 0.41% | 0.6% | - |
| HSV(B) | 346.27º | 0.43% | 0.76% | - |
| XYZ | 32.4 | 24.83 | 24.56 | - |
| YUV | 138.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 131 | 0 | 0.43 | 0.33 | 0.24 | 346.27 | 0.41 | 0.6 |
| Hex | C3 | 70 | 83 | 0 | 2B | 21 | 18 | 15A | 29 | 3C |
| Octal | 303 | 160 | 203 | 0 | 53 | 41 | 30 | 532 | 51 | 74 |
| Binary | 11000011 | 1110000 | 10000011 | 0 | 101011 | 100001 | 11000 | 101011010 | 101001 | 111100 |
Color Harmonies of #C37083
Complementary color
Monochromatic Colors of #C37083
Black with #C37083
Text Example
Text Example
White with #C37083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37083; }
p { color: rgb(195,112,131); }
H1.HeaderClassName
{
color: #C37083;
}
.AnyTagClassName
{
color: #C37083;
}
</style>
background-color css
<style>
a { background-color: #C37083; }
a { background-color: rgb(195,112,131); }
div.DivClassName
{
background-color: #C37083;
}
.BgClassName
{
background-color: #C37083;
}
</style>
border-color css
<style>
span { border-color: #C37083; }
span { border-color: rgb(195,112,131); }
td.TdClassName
{
border-color: #C37083;
}
.TagClassName
{
border-color: #C37083;
}
</style>