Shades of Mandy #C3495B
Tints of Mandy #C3495B
RGB
CMYK
RGB Variations
Color information
#C3495B (or 0xC3495B) is known color: Mandy. HEX triplet: C3, 49 and 5B. RGB value is (195,73,91). Sum of RGB (Red+Green+Blue) = 195+73+91=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3495B is #3CB6A4. Grayscale: #6F6F6F. Windows color (decimal): -3978917 or 5982659. OLE color: 5982659.
HSL color Cylindrical-coordinate representation of color #C3495B: hue angle of 351.15º 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 #C3495B is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 91 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.24 |
| HSL | 351.15º | 0.5% | 0.53% | - |
| HSV(B) | 351.15º | 0.63% | 0.76% | - |
| XYZ | 26.78 | 17.12 | 11.79 | - |
| YUV | 111.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 91 | 0 | 0.63 | 0.53 | 0.24 | 351.15 | 0.5 | 0.53 |
| Hex | C3 | 49 | 5B | 0 | 3F | 35 | 18 | 15F | 32 | 35 |
| Octal | 303 | 111 | 133 | 0 | 77 | 65 | 30 | 537 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1011011 | 0 | 111111 | 110101 | 11000 | 101011111 | 110010 | 110101 |
Color Harmonies of #C3495B
Complementary color
Monochromatic Colors of #C3495B
Black with #C3495B
Text Example
Text Example
White with #C3495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3495B; }
p { color: rgb(195,73,91); }
H1.HeaderClassName
{
color: #C3495B;
}
.AnyTagClassName
{
color: #C3495B;
}
</style>
background-color css
<style>
a { background-color: #C3495B; }
a { background-color: rgb(195,73,91); }
div.DivClassName
{
background-color: #C3495B;
}
.BgClassName
{
background-color: #C3495B;
}
</style>
border-color css
<style>
span { border-color: #C3495B; }
span { border-color: rgb(195,73,91); }
td.TdClassName
{
border-color: #C3495B;
}
.TagClassName
{
border-color: #C3495B;
}
</style>