Shades of Charm #C3758D
Tints of Charm #C3758D
RGB
CMYK
RGB Variations
Color information
#C3758D (or 0xC3758D) is known color: Charm. HEX triplet: C3, 75 and 8D. RGB value is (195,117,141). Sum of RGB (Red+Green+Blue) = 195+117+141=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3758D is #3C8A72. Grayscale: #8F8F8F. Windows color (decimal): -3967603 or 9270723. OLE color: 9270723.
HSL color Cylindrical-coordinate representation of color #C3758D: hue angle of 341.54º 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 #C3758D is Cyan = 0, Magento = 0.4, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 141 | - |
| CMYK | 0 | 0.4 | 0.28 | 0.24 |
| HSL | 341.54º | 0.39% | 0.61% | - |
| HSV(B) | 341.54º | 0.4% | 0.76% | - |
| XYZ | 33.67 | 26.25 | 28.49 | - |
| YUV | 143.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 141 | 0 | 0.4 | 0.28 | 0.24 | 341.54 | 0.39 | 0.61 |
| Hex | C3 | 75 | 8D | 0 | 28 | 1C | 18 | 156 | 27 | 3D |
| Octal | 303 | 165 | 215 | 0 | 50 | 34 | 30 | 526 | 47 | 75 |
| Binary | 11000011 | 1110101 | 10001101 | 0 | 101000 | 11100 | 11000 | 101010110 | 100111 | 111101 |
Color Harmonies of #C3758D
Complementary color
Monochromatic Colors of #C3758D
Black with #C3758D
Text Example
Text Example
White with #C3758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3758D; }
p { color: rgb(195,117,141); }
H1.HeaderClassName
{
color: #C3758D;
}
.AnyTagClassName
{
color: #C3758D;
}
</style>
background-color css
<style>
a { background-color: #C3758D; }
a { background-color: rgb(195,117,141); }
div.DivClassName
{
background-color: #C3758D;
}
.BgClassName
{
background-color: #C3758D;
}
</style>
border-color css
<style>
span { border-color: #C3758D; }
span { border-color: rgb(195,117,141); }
td.TdClassName
{
border-color: #C3758D;
}
.TagClassName
{
border-color: #C3758D;
}
</style>