Shades of Mandy #C1454F
Tints of Mandy #C1454F
RGB
CMYK
RGB Variations
Color information
#C1454F (or 0xC1454F) is known color: Mandy. HEX triplet: C1, 45 and 4F. RGB value is (193,69,79). Sum of RGB (Red+Green+Blue) = 193+69+79=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1454F is #3EBAB0. Grayscale: #6B6B6B. Windows color (decimal): -4111025 or 5195201. OLE color: 5195201.
HSL color Cylindrical-coordinate representation of color #C1454F: hue angle of 355.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1454F is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 79 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.24 |
| HSL | 355.16º | 0.5% | 0.51% | - |
| HSV(B) | 355.16º | 0.64% | 0.76% | - |
| XYZ | 25.53 | 16.16 | 9.17 | - |
| YUV | 107.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 79 | 0 | 0.64 | 0.59 | 0.24 | 355.16 | 0.5 | 0.51 |
| Hex | C1 | 45 | 4F | 0 | 40 | 3B | 18 | 163 | 32 | 33 |
| Octal | 301 | 105 | 117 | 0 | 100 | 73 | 30 | 543 | 62 | 63 |
| Binary | 11000001 | 1000101 | 1001111 | 0 | 1000000 | 111011 | 11000 | 101100011 | 110010 | 110011 |
Color Harmonies of #C1454F
Complementary color
Monochromatic Colors of #C1454F
Black with #C1454F
Text Example
Text Example
White with #C1454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1454F; }
p { color: rgb(193,69,79); }
H1.HeaderClassName
{
color: #C1454F;
}
.AnyTagClassName
{
color: #C1454F;
}
</style>
background-color css
<style>
a { background-color: #C1454F; }
a { background-color: rgb(193,69,79); }
div.DivClassName
{
background-color: #C1454F;
}
.BgClassName
{
background-color: #C1454F;
}
</style>
border-color css
<style>
span { border-color: #C1454F; }
span { border-color: rgb(193,69,79); }
td.TdClassName
{
border-color: #C1454F;
}
.TagClassName
{
border-color: #C1454F;
}
</style>