Shades of Mandy #C1565C
Tints of Mandy #C1565C
RGB
CMYK
RGB Variations
Color information
#C1565C (or 0xC1565C) is known color: Mandy. HEX triplet: C1, 56 and 5C. RGB value is (193,86,92). Sum of RGB (Red+Green+Blue) = 193+86+92=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1565C is #3EA9A3. Grayscale: #767676. Windows color (decimal): -4106660 or 6051521. OLE color: 6051521.
HSL color Cylindrical-coordinate representation of color #C1565C: hue angle of 356.64º 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 #C1565C is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 92 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.24 |
| HSL | 356.64º | 0.46% | 0.55% | - |
| HSV(B) | 356.64º | 0.55% | 0.76% | - |
| XYZ | 27.25 | 18.77 | 12.31 | - |
| YUV | 118.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 92 | 0 | 0.55 | 0.52 | 0.24 | 356.64 | 0.46 | 0.55 |
| Hex | C1 | 56 | 5C | 0 | 37 | 34 | 18 | 165 | 2E | 37 |
| Octal | 301 | 126 | 134 | 0 | 67 | 64 | 30 | 545 | 56 | 67 |
| Binary | 11000001 | 1010110 | 1011100 | 0 | 110111 | 110100 | 11000 | 101100101 | 101110 | 110111 |
Color Harmonies of #C1565C
Complementary color
Monochromatic Colors of #C1565C
Black with #C1565C
Text Example
Text Example
White with #C1565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1565C; }
p { color: rgb(193,86,92); }
H1.HeaderClassName
{
color: #C1565C;
}
.AnyTagClassName
{
color: #C1565C;
}
</style>
background-color css
<style>
a { background-color: #C1565C; }
a { background-color: rgb(193,86,92); }
div.DivClassName
{
background-color: #C1565C;
}
.BgClassName
{
background-color: #C1565C;
}
</style>
border-color css
<style>
span { border-color: #C1565C; }
span { border-color: rgb(193,86,92); }
td.TdClassName
{
border-color: #C1565C;
}
.TagClassName
{
border-color: #C1565C;
}
</style>