Shades of Charm #C3758C
Tints of Charm #C3758C
RGB
CMYK
RGB Variations
Color information
#C3758C (or 0xC3758C) is known color: Charm. HEX triplet: C3, 75 and 8C. RGB value is (195,117,140). Sum of RGB (Red+Green+Blue) = 195+117+140=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3758C is #3C8A73. Grayscale: #8E8E8E. Windows color (decimal): -3967604 or 9205187. OLE color: 9205187.
HSL color Cylindrical-coordinate representation of color #C3758C: hue angle of 342.31º 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 #C3758C is Cyan = 0, Magento = 0.4, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 140 | - |
| CMYK | 0 | 0.4 | 0.28 | 0.24 |
| HSL | 342.31º | 0.39% | 0.61% | - |
| HSV(B) | 342.31º | 0.4% | 0.76% | - |
| XYZ | 33.6 | 26.22 | 28.1 | - |
| YUV | 142.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 140 | 0 | 0.4 | 0.28 | 0.24 | 342.31 | 0.39 | 0.61 |
| Hex | C3 | 75 | 8C | 0 | 28 | 1C | 18 | 156 | 27 | 3D |
| Octal | 303 | 165 | 214 | 0 | 50 | 34 | 30 | 526 | 47 | 75 |
| Binary | 11000011 | 1110101 | 10001100 | 0 | 101000 | 11100 | 11000 | 101010110 | 100111 | 111101 |
Color Harmonies of #C3758C
Complementary color
Monochromatic Colors of #C3758C
Black with #C3758C
Text Example
Text Example
White with #C3758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3758C; }
p { color: rgb(195,117,140); }
H1.HeaderClassName
{
color: #C3758C;
}
.AnyTagClassName
{
color: #C3758C;
}
</style>
background-color css
<style>
a { background-color: #C3758C; }
a { background-color: rgb(195,117,140); }
div.DivClassName
{
background-color: #C3758C;
}
.BgClassName
{
background-color: #C3758C;
}
</style>
border-color css
<style>
span { border-color: #C3758C; }
span { border-color: rgb(195,117,140); }
td.TdClassName
{
border-color: #C3758C;
}
.TagClassName
{
border-color: #C3758C;
}
</style>