Shades of Mandy #C1555C
Tints of Mandy #C1555C
RGB
CMYK
RGB Variations
Color information
#C1555C (or 0xC1555C) is known color: Mandy. HEX triplet: C1, 55 and 5C. RGB value is (193,85,92). Sum of RGB (Red+Green+Blue) = 193+85+92=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1555C is #3EAAA3. Grayscale: #767676. Windows color (decimal): -4106916 or 6051265. OLE color: 6051265.
HSL color Cylindrical-coordinate representation of color #C1555C: hue angle of 356.11º degrees, saturation: 0.47, 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 #C1555C is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 92 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.24 |
| HSL | 356.11º | 0.47% | 0.55% | - |
| HSV(B) | 356.11º | 0.56% | 0.76% | - |
| XYZ | 27.17 | 18.61 | 12.28 | - |
| YUV | 118.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 92 | 0 | 0.56 | 0.52 | 0.24 | 356.11 | 0.47 | 0.55 |
| Hex | C1 | 55 | 5C | 0 | 38 | 34 | 18 | 164 | 2F | 37 |
| Octal | 301 | 125 | 134 | 0 | 70 | 64 | 30 | 544 | 57 | 67 |
| Binary | 11000001 | 1010101 | 1011100 | 0 | 111000 | 110100 | 11000 | 101100100 | 101111 | 110111 |
Color Harmonies of #C1555C
Complementary color
Monochromatic Colors of #C1555C
Black with #C1555C
Text Example
Text Example
White with #C1555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1555C; }
p { color: rgb(193,85,92); }
H1.HeaderClassName
{
color: #C1555C;
}
.AnyTagClassName
{
color: #C1555C;
}
</style>
background-color css
<style>
a { background-color: #C1555C; }
a { background-color: rgb(193,85,92); }
div.DivClassName
{
background-color: #C1555C;
}
.BgClassName
{
background-color: #C1555C;
}
</style>
border-color css
<style>
span { border-color: #C1555C; }
span { border-color: rgb(193,85,92); }
td.TdClassName
{
border-color: #C1555C;
}
.TagClassName
{
border-color: #C1555C;
}
</style>