Shades of Charm #C37281
Tints of Charm #C37281
RGB
CMYK
RGB Variations
Color information
#C37281 (or 0xC37281) is known color: Charm. HEX triplet: C3, 72 and 81. RGB value is (195,114,129). Sum of RGB (Red+Green+Blue) = 195+114+129=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C37281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37281 is #3C8D7E. Grayscale: #8B8B8B. Windows color (decimal): -3968383 or 8483523. OLE color: 8483523.
HSL color Cylindrical-coordinate representation of color #C37281: hue angle of 348.89º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37281 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 129 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.24 |
| HSL | 348.89º | 0.4% | 0.61% | - |
| HSV(B) | 348.89º | 0.42% | 0.76% | - |
| XYZ | 32.49 | 25.22 | 23.92 | - |
| YUV | 139.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 129 | 0 | 0.42 | 0.34 | 0.24 | 348.89 | 0.4 | 0.61 |
| Hex | C3 | 72 | 81 | 0 | 2A | 22 | 18 | 15D | 28 | 3D |
| Octal | 303 | 162 | 201 | 0 | 52 | 42 | 30 | 535 | 50 | 75 |
| Binary | 11000011 | 1110010 | 10000001 | 0 | 101010 | 100010 | 11000 | 101011101 | 101000 | 111101 |
Color Harmonies of #C37281
Complementary color
Monochromatic Colors of #C37281
Black with #C37281
Text Example
Text Example
White with #C37281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37281; }
p { color: rgb(195,114,129); }
H1.HeaderClassName
{
color: #C37281;
}
.AnyTagClassName
{
color: #C37281;
}
</style>
background-color css
<style>
a { background-color: #C37281; }
a { background-color: rgb(195,114,129); }
div.DivClassName
{
background-color: #C37281;
}
.BgClassName
{
background-color: #C37281;
}
</style>
border-color css
<style>
span { border-color: #C37281; }
span { border-color: rgb(195,114,129); }
td.TdClassName
{
border-color: #C37281;
}
.TagClassName
{
border-color: #C37281;
}
</style>