Shades of Charm #C37576
Tints of Charm #C37576
RGB
CMYK
RGB Variations
Color information
#C37576 (or 0xC37576) is known color: Charm. HEX triplet: C3, 75 and 76. RGB value is (195,117,118). Sum of RGB (Red+Green+Blue) = 195+117+118=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C37576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37576 is #3C8A89. Grayscale: #8C8C8C. Windows color (decimal): -3967626 or 7763395. OLE color: 7763395.
HSL color Cylindrical-coordinate representation of color #C37576: hue angle of 359.23º 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 #C37576 is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 118 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.24 |
| HSL | 359.23º | 0.39% | 0.61% | - |
| HSV(B) | 359.23º | 0.4% | 0.76% | - |
| XYZ | 32.14 | 25.63 | 20.39 | - |
| YUV | 140.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 118 | 0 | 0.4 | 0.39 | 0.24 | 359.23 | 0.39 | 0.61 |
| Hex | C3 | 75 | 76 | 0 | 28 | 27 | 18 | 167 | 27 | 3D |
| Octal | 303 | 165 | 166 | 0 | 50 | 47 | 30 | 547 | 47 | 75 |
| Binary | 11000011 | 1110101 | 1110110 | 0 | 101000 | 100111 | 11000 | 101100111 | 100111 | 111101 |
Color Harmonies of #C37576
Complementary color
Monochromatic Colors of #C37576
Black with #C37576
Text Example
Text Example
White with #C37576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37576; }
p { color: rgb(195,117,118); }
H1.HeaderClassName
{
color: #C37576;
}
.AnyTagClassName
{
color: #C37576;
}
</style>
background-color css
<style>
a { background-color: #C37576; }
a { background-color: rgb(195,117,118); }
div.DivClassName
{
background-color: #C37576;
}
.BgClassName
{
background-color: #C37576;
}
</style>
border-color css
<style>
span { border-color: #C37576; }
span { border-color: rgb(195,117,118); }
td.TdClassName
{
border-color: #C37576;
}
.TagClassName
{
border-color: #C37576;
}
</style>