Shades of Mandy #C3585B
Tints of Mandy #C3585B
RGB
CMYK
RGB Variations
Color information
#C3585B (or 0xC3585B) is known color: Mandy. HEX triplet: C3, 58 and 5B. RGB value is (195,88,91). Sum of RGB (Red+Green+Blue) = 195+88+91=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3585B is #3CA7A4. Grayscale: #787878. Windows color (decimal): -3975077 or 5986499. OLE color: 5986499.
HSL color Cylindrical-coordinate representation of color #C3585B: hue angle of 358.32º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3585B is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 91 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.24 |
| HSL | 358.32º | 0.47% | 0.55% | - |
| HSV(B) | 358.32º | 0.55% | 0.76% | - |
| XYZ | 27.88 | 19.34 | 12.16 | - |
| YUV | 120.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 91 | 0 | 0.55 | 0.53 | 0.24 | 358.32 | 0.47 | 0.55 |
| Hex | C3 | 58 | 5B | 0 | 37 | 35 | 18 | 166 | 2F | 37 |
| Octal | 303 | 130 | 133 | 0 | 67 | 65 | 30 | 546 | 57 | 67 |
| Binary | 11000011 | 1011000 | 1011011 | 0 | 110111 | 110101 | 11000 | 101100110 | 101111 | 110111 |
Color Harmonies of #C3585B
Complementary color
Monochromatic Colors of #C3585B
Black with #C3585B
Text Example
Text Example
White with #C3585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3585B; }
p { color: rgb(195,88,91); }
H1.HeaderClassName
{
color: #C3585B;
}
.AnyTagClassName
{
color: #C3585B;
}
</style>
background-color css
<style>
a { background-color: #C3585B; }
a { background-color: rgb(195,88,91); }
div.DivClassName
{
background-color: #C3585B;
}
.BgClassName
{
background-color: #C3585B;
}
</style>
border-color css
<style>
span { border-color: #C3585B; }
span { border-color: rgb(195,88,91); }
td.TdClassName
{
border-color: #C3585B;
}
.TagClassName
{
border-color: #C3585B;
}
</style>