Shades of Mandy #C15B5F
Tints of Mandy #C15B5F
RGB
CMYK
RGB Variations
Color information
#C15B5F (or 0xC15B5F) is known color: Mandy. HEX triplet: C1, 5B and 5F. RGB value is (193,91,95). Sum of RGB (Red+Green+Blue) = 193+91+95=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B5F is #3EA4A0. Grayscale: #7A7A7A. Windows color (decimal): -4105377 or 6249409. OLE color: 6249409.
HSL color Cylindrical-coordinate representation of color #C15B5F: hue angle of 357.65º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15B5F is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 95 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.24 |
| HSL | 357.65º | 0.45% | 0.56% | - |
| HSV(B) | 357.65º | 0.53% | 0.76% | - |
| XYZ | 27.8 | 19.65 | 13.15 | - |
| YUV | 121.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 95 | 0 | 0.53 | 0.51 | 0.24 | 357.65 | 0.45 | 0.56 |
| Hex | C1 | 5B | 5F | 0 | 35 | 33 | 18 | 166 | 2D | 38 |
| Octal | 301 | 133 | 137 | 0 | 65 | 63 | 30 | 546 | 55 | 70 |
| Binary | 11000001 | 1011011 | 1011111 | 0 | 110101 | 110011 | 11000 | 101100110 | 101101 | 111000 |
Color Harmonies of #C15B5F
Complementary color
Monochromatic Colors of #C15B5F
Black with #C15B5F
Text Example
Text Example
White with #C15B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B5F; }
p { color: rgb(193,91,95); }
H1.HeaderClassName
{
color: #C15B5F;
}
.AnyTagClassName
{
color: #C15B5F;
}
</style>
background-color css
<style>
a { background-color: #C15B5F; }
a { background-color: rgb(193,91,95); }
div.DivClassName
{
background-color: #C15B5F;
}
.BgClassName
{
background-color: #C15B5F;
}
</style>
border-color css
<style>
span { border-color: #C15B5F; }
span { border-color: rgb(193,91,95); }
td.TdClassName
{
border-color: #C15B5F;
}
.TagClassName
{
border-color: #C15B5F;
}
</style>