Shades of Mandy #C1555A
Tints of Mandy #C1555A
RGB
CMYK
RGB Variations
Color information
#C1555A (or 0xC1555A) is known color: Mandy. HEX triplet: C1, 55 and 5A. RGB value is (193,85,90). Sum of RGB (Red+Green+Blue) = 193+85+90=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1555A is #3EAAA5. Grayscale: #757575. Windows color (decimal): -4106918 or 5920193. OLE color: 5920193.
HSL color Cylindrical-coordinate representation of color #C1555A: hue angle of 357.22º 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 #C1555A is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 90 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.24 |
| HSL | 357.22º | 0.47% | 0.55% | - |
| HSV(B) | 357.22º | 0.56% | 0.76% | - |
| XYZ | 27.09 | 18.57 | 11.83 | - |
| YUV | 117.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 90 | 0 | 0.56 | 0.53 | 0.24 | 357.22 | 0.47 | 0.55 |
| Hex | C1 | 55 | 5A | 0 | 38 | 35 | 18 | 165 | 2F | 37 |
| Octal | 301 | 125 | 132 | 0 | 70 | 65 | 30 | 545 | 57 | 67 |
| Binary | 11000001 | 1010101 | 1011010 | 0 | 111000 | 110101 | 11000 | 101100101 | 101111 | 110111 |
Color Harmonies of #C1555A
Complementary color
Monochromatic Colors of #C1555A
Black with #C1555A
Text Example
Text Example
White with #C1555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1555A; }
p { color: rgb(193,85,90); }
H1.HeaderClassName
{
color: #C1555A;
}
.AnyTagClassName
{
color: #C1555A;
}
</style>
background-color css
<style>
a { background-color: #C1555A; }
a { background-color: rgb(193,85,90); }
div.DivClassName
{
background-color: #C1555A;
}
.BgClassName
{
background-color: #C1555A;
}
</style>
border-color css
<style>
span { border-color: #C1555A; }
span { border-color: rgb(193,85,90); }
td.TdClassName
{
border-color: #C1555A;
}
.TagClassName
{
border-color: #C1555A;
}
</style>