Shades of Mandy #C1555B
Tints of Mandy #C1555B
RGB
CMYK
RGB Variations
Color information
#C1555B (or 0xC1555B) is known color: Mandy. HEX triplet: C1, 55 and 5B. RGB value is (193,85,91). Sum of RGB (Red+Green+Blue) = 193+85+91=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1555B is #3EAAA4. Grayscale: #767676. Windows color (decimal): -4106917 or 5985729. OLE color: 5985729.
HSL color Cylindrical-coordinate representation of color #C1555B: hue angle of 356.67º 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 #C1555B is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 91 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.24 |
| HSL | 356.67º | 0.47% | 0.55% | - |
| HSV(B) | 356.67º | 0.56% | 0.76% | - |
| XYZ | 27.13 | 18.59 | 12.06 | - |
| YUV | 117.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 91 | 0 | 0.56 | 0.53 | 0.24 | 356.67 | 0.47 | 0.55 |
| Hex | C1 | 55 | 5B | 0 | 38 | 35 | 18 | 165 | 2F | 37 |
| Octal | 301 | 125 | 133 | 0 | 70 | 65 | 30 | 545 | 57 | 67 |
| Binary | 11000001 | 1010101 | 1011011 | 0 | 111000 | 110101 | 11000 | 101100101 | 101111 | 110111 |
Color Harmonies of #C1555B
Complementary color
Monochromatic Colors of #C1555B
Black with #C1555B
Text Example
Text Example
White with #C1555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1555B; }
p { color: rgb(193,85,91); }
H1.HeaderClassName
{
color: #C1555B;
}
.AnyTagClassName
{
color: #C1555B;
}
</style>
background-color css
<style>
a { background-color: #C1555B; }
a { background-color: rgb(193,85,91); }
div.DivClassName
{
background-color: #C1555B;
}
.BgClassName
{
background-color: #C1555B;
}
</style>
border-color css
<style>
span { border-color: #C1555B; }
span { border-color: rgb(193,85,91); }
td.TdClassName
{
border-color: #C1555B;
}
.TagClassName
{
border-color: #C1555B;
}
</style>