Shades of Mandy #C3565B
Tints of Mandy #C3565B
RGB
CMYK
RGB Variations
Color information
#C3565B (or 0xC3565B) is known color: Mandy. HEX triplet: C3, 56 and 5B. RGB value is (195,86,91). Sum of RGB (Red+Green+Blue) = 195+86+91=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3565B is #3CA9A4. Grayscale: #777777. Windows color (decimal): -3975589 or 5985987. OLE color: 5985987.
HSL color Cylindrical-coordinate representation of color #C3565B: hue angle of 357.25º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3565B is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 91 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.24 |
| HSL | 357.25º | 0.48% | 0.55% | - |
| HSV(B) | 357.25º | 0.56% | 0.76% | - |
| XYZ | 27.72 | 19.01 | 12.11 | - |
| YUV | 119.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 91 | 0 | 0.56 | 0.53 | 0.24 | 357.25 | 0.48 | 0.55 |
| Hex | C3 | 56 | 5B | 0 | 38 | 35 | 18 | 165 | 30 | 37 |
| Octal | 303 | 126 | 133 | 0 | 70 | 65 | 30 | 545 | 60 | 67 |
| Binary | 11000011 | 1010110 | 1011011 | 0 | 111000 | 110101 | 11000 | 101100101 | 110000 | 110111 |
Color Harmonies of #C3565B
Complementary color
Monochromatic Colors of #C3565B
Black with #C3565B
Text Example
Text Example
White with #C3565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3565B; }
p { color: rgb(195,86,91); }
H1.HeaderClassName
{
color: #C3565B;
}
.AnyTagClassName
{
color: #C3565B;
}
</style>
background-color css
<style>
a { background-color: #C3565B; }
a { background-color: rgb(195,86,91); }
div.DivClassName
{
background-color: #C3565B;
}
.BgClassName
{
background-color: #C3565B;
}
</style>
border-color css
<style>
span { border-color: #C3565B; }
span { border-color: rgb(195,86,91); }
td.TdClassName
{
border-color: #C3565B;
}
.TagClassName
{
border-color: #C3565B;
}
</style>