Shades of Mandy #C1565F
Tints of Mandy #C1565F
RGB
CMYK
RGB Variations
Color information
#C1565F (or 0xC1565F) is known color: Mandy. HEX triplet: C1, 56 and 5F. RGB value is (193,86,95). Sum of RGB (Red+Green+Blue) = 193+86+95=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1565F is #3EA9A0. Grayscale: #777777. Windows color (decimal): -4106657 or 6248129. OLE color: 6248129.
HSL color Cylindrical-coordinate representation of color #C1565F: hue angle of 354.95º degrees, saturation: 0.46, 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 #C1565F is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 95 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.24 |
| HSL | 354.95º | 0.46% | 0.55% | - |
| HSV(B) | 354.95º | 0.55% | 0.76% | - |
| XYZ | 27.39 | 18.82 | 13.02 | - |
| YUV | 119.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 95 | 0 | 0.55 | 0.51 | 0.24 | 354.95 | 0.46 | 0.55 |
| Hex | C1 | 56 | 5F | 0 | 37 | 33 | 18 | 163 | 2E | 37 |
| Octal | 301 | 126 | 137 | 0 | 67 | 63 | 30 | 543 | 56 | 67 |
| Binary | 11000001 | 1010110 | 1011111 | 0 | 110111 | 110011 | 11000 | 101100011 | 101110 | 110111 |
Color Harmonies of #C1565F
Complementary color
Monochromatic Colors of #C1565F
Black with #C1565F
Text Example
Text Example
White with #C1565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1565F; }
p { color: rgb(193,86,95); }
H1.HeaderClassName
{
color: #C1565F;
}
.AnyTagClassName
{
color: #C1565F;
}
</style>
background-color css
<style>
a { background-color: #C1565F; }
a { background-color: rgb(193,86,95); }
div.DivClassName
{
background-color: #C1565F;
}
.BgClassName
{
background-color: #C1565F;
}
</style>
border-color css
<style>
span { border-color: #C1565F; }
span { border-color: rgb(193,86,95); }
td.TdClassName
{
border-color: #C1565F;
}
.TagClassName
{
border-color: #C1565F;
}
</style>