Shades of Mandy #C3495C
Tints of Mandy #C3495C
RGB
CMYK
RGB Variations
Color information
#C3495C (or 0xC3495C) is known color: Mandy. HEX triplet: C3, 49 and 5C. RGB value is (195,73,92). Sum of RGB (Red+Green+Blue) = 195+73+92=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3495C is #3CB6A3. Grayscale: #6F6F6F. Windows color (decimal): -3978916 or 6048195. OLE color: 6048195.
HSL color Cylindrical-coordinate representation of color #C3495C: hue angle of 350.66º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3495C is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 92 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.24 |
| HSL | 350.66º | 0.5% | 0.53% | - |
| HSV(B) | 350.66º | 0.63% | 0.76% | - |
| XYZ | 26.82 | 17.14 | 12.02 | - |
| YUV | 111.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 92 | 0 | 0.63 | 0.53 | 0.24 | 350.66 | 0.5 | 0.53 |
| Hex | C3 | 49 | 5C | 0 | 3F | 35 | 18 | 15F | 32 | 35 |
| Octal | 303 | 111 | 134 | 0 | 77 | 65 | 30 | 537 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1011100 | 0 | 111111 | 110101 | 11000 | 101011111 | 110010 | 110101 |
Color Harmonies of #C3495C
Complementary color
Monochromatic Colors of #C3495C
Black with #C3495C
Text Example
Text Example
White with #C3495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3495C; }
p { color: rgb(195,73,92); }
H1.HeaderClassName
{
color: #C3495C;
}
.AnyTagClassName
{
color: #C3495C;
}
</style>
background-color css
<style>
a { background-color: #C3495C; }
a { background-color: rgb(195,73,92); }
div.DivClassName
{
background-color: #C3495C;
}
.BgClassName
{
background-color: #C3495C;
}
</style>
border-color css
<style>
span { border-color: #C3495C; }
span { border-color: rgb(195,73,92); }
td.TdClassName
{
border-color: #C3495C;
}
.TagClassName
{
border-color: #C3495C;
}
</style>