Shades of Mandy #C1535C
Tints of Mandy #C1535C
RGB
CMYK
RGB Variations
Color information
#C1535C (or 0xC1535C) is known color: Mandy. HEX triplet: C1, 53 and 5C. RGB value is (193,83,92). Sum of RGB (Red+Green+Blue) = 193+83+92=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1535C is #3EACA3. Grayscale: #747474. Windows color (decimal): -4107428 or 6050753. OLE color: 6050753.
HSL color Cylindrical-coordinate representation of color #C1535C: hue angle of 355.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1535C is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 92 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.24 |
| HSL | 355.09º | 0.47% | 0.54% | - |
| HSV(B) | 355.09º | 0.57% | 0.76% | - |
| XYZ | 27.02 | 18.3 | 12.23 | - |
| YUV | 116.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 92 | 0 | 0.57 | 0.52 | 0.24 | 355.09 | 0.47 | 0.54 |
| Hex | C1 | 53 | 5C | 0 | 39 | 34 | 18 | 163 | 2F | 36 |
| Octal | 301 | 123 | 134 | 0 | 71 | 64 | 30 | 543 | 57 | 66 |
| Binary | 11000001 | 1010011 | 1011100 | 0 | 111001 | 110100 | 11000 | 101100011 | 101111 | 110110 |
Color Harmonies of #C1535C
Complementary color
Monochromatic Colors of #C1535C
Black with #C1535C
Text Example
Text Example
White with #C1535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1535C; }
p { color: rgb(193,83,92); }
H1.HeaderClassName
{
color: #C1535C;
}
.AnyTagClassName
{
color: #C1535C;
}
</style>
background-color css
<style>
a { background-color: #C1535C; }
a { background-color: rgb(193,83,92); }
div.DivClassName
{
background-color: #C1535C;
}
.BgClassName
{
background-color: #C1535C;
}
</style>
border-color css
<style>
span { border-color: #C1535C; }
span { border-color: rgb(193,83,92); }
td.TdClassName
{
border-color: #C1535C;
}
.TagClassName
{
border-color: #C1535C;
}
</style>