Shades of Mandy #C15361
Tints of Mandy #C15361
RGB
CMYK
RGB Variations
Color information
#C15361 (or 0xC15361) is known color: Mandy. HEX triplet: C1, 53 and 61. RGB value is (193,83,97). Sum of RGB (Red+Green+Blue) = 193+83+97=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C15361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15361 is #3EAC9E. Grayscale: #757575. Windows color (decimal): -4107423 or 6378433. OLE color: 6378433.
HSL color Cylindrical-coordinate representation of color #C15361: hue angle of 352.36º 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 #C15361 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 97 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.24 |
| HSL | 352.36º | 0.47% | 0.54% | - |
| HSV(B) | 352.36º | 0.57% | 0.76% | - |
| XYZ | 27.24 | 18.39 | 13.42 | - |
| YUV | 117.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 97 | 0 | 0.57 | 0.50 | 0.24 | 352.36 | 0.47 | 0.54 |
| Hex | C1 | 53 | 61 | 0 | 39 | 32 | 18 | 160 | 2F | 36 |
| Octal | 301 | 123 | 141 | 0 | 71 | 62 | 30 | 540 | 57 | 66 |
| Binary | 11000001 | 1010011 | 1100001 | 0 | 111001 | 110010 | 11000 | 101100000 | 101111 | 110110 |
Color Harmonies of #C15361
Complementary color
Monochromatic Colors of #C15361
Black with #C15361
Text Example
Text Example
White with #C15361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15361; }
p { color: rgb(193,83,97); }
H1.HeaderClassName
{
color: #C15361;
}
.AnyTagClassName
{
color: #C15361;
}
</style>
background-color css
<style>
a { background-color: #C15361; }
a { background-color: rgb(193,83,97); }
div.DivClassName
{
background-color: #C15361;
}
.BgClassName
{
background-color: #C15361;
}
</style>
border-color css
<style>
span { border-color: #C15361; }
span { border-color: rgb(193,83,97); }
td.TdClassName
{
border-color: #C15361;
}
.TagClassName
{
border-color: #C15361;
}
</style>