Shades of Charm #C3757E
Tints of Charm #C3757E
RGB
CMYK
RGB Variations
Color information
#C3757E (or 0xC3757E) is known color: Charm. HEX triplet: C3, 75 and 7E. RGB value is (195,117,126). Sum of RGB (Red+Green+Blue) = 195+117+126=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3757E is #3C8A81. Grayscale: #8D8D8D. Windows color (decimal): -3967618 or 8287683. OLE color: 8287683.
HSL color Cylindrical-coordinate representation of color #C3757E: hue angle of 353.08º 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 #C3757E is Cyan = 0, Magento = 0.4, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 126 | - |
| CMYK | 0 | 0.4 | 0.35 | 0.24 |
| HSL | 353.08º | 0.39% | 0.61% | - |
| HSV(B) | 353.08º | 0.4% | 0.76% | - |
| XYZ | 32.63 | 25.83 | 23 | - |
| YUV | 141.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 126 | 0 | 0.4 | 0.35 | 0.24 | 353.08 | 0.39 | 0.61 |
| Hex | C3 | 75 | 7E | 0 | 28 | 23 | 18 | 161 | 27 | 3D |
| Octal | 303 | 165 | 176 | 0 | 50 | 43 | 30 | 541 | 47 | 75 |
| Binary | 11000011 | 1110101 | 1111110 | 0 | 101000 | 100011 | 11000 | 101100001 | 100111 | 111101 |
Color Harmonies of #C3757E
Complementary color
Monochromatic Colors of #C3757E
Black with #C3757E
Text Example
Text Example
White with #C3757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3757E; }
p { color: rgb(195,117,126); }
H1.HeaderClassName
{
color: #C3757E;
}
.AnyTagClassName
{
color: #C3757E;
}
</style>
background-color css
<style>
a { background-color: #C3757E; }
a { background-color: rgb(195,117,126); }
div.DivClassName
{
background-color: #C3757E;
}
.BgClassName
{
background-color: #C3757E;
}
</style>
border-color css
<style>
span { border-color: #C3757E; }
span { border-color: rgb(195,117,126); }
td.TdClassName
{
border-color: #C3757E;
}
.TagClassName
{
border-color: #C3757E;
}
</style>