Shades of Mandy #C14548
Tints of Mandy #C14548
RGB
CMYK
RGB Variations
Color information
#C14548 (or 0xC14548) is known color: Mandy. HEX triplet: C1, 45 and 48. RGB value is (193,69,72). Sum of RGB (Red+Green+Blue) = 193+69+72=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C14548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14548 is #3EBAB7. Grayscale: #6A6A6A. Windows color (decimal): -4111032 or 4736449. OLE color: 4736449.
HSL color Cylindrical-coordinate representation of color #C14548: hue angle of 358.55º 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 #C14548 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 72 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.24 |
| HSL | 358.55º | 0.5% | 0.51% | - |
| HSV(B) | 358.55º | 0.64% | 0.76% | - |
| XYZ | 25.29 | 16.06 | 7.9 | - |
| YUV | 106.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 72 | 0 | 0.64 | 0.63 | 0.24 | 358.55 | 0.5 | 0.51 |
| Hex | C1 | 45 | 48 | 0 | 40 | 3F | 18 | 167 | 32 | 33 |
| Octal | 301 | 105 | 110 | 0 | 100 | 77 | 30 | 547 | 62 | 63 |
| Binary | 11000001 | 1000101 | 1001000 | 0 | 1000000 | 111111 | 11000 | 101100111 | 110010 | 110011 |
Color Harmonies of #C14548
Complementary color
Monochromatic Colors of #C14548
Black with #C14548
Text Example
Text Example
White with #C14548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14548; }
p { color: rgb(193,69,72); }
H1.HeaderClassName
{
color: #C14548;
}
.AnyTagClassName
{
color: #C14548;
}
</style>
background-color css
<style>
a { background-color: #C14548; }
a { background-color: rgb(193,69,72); }
div.DivClassName
{
background-color: #C14548;
}
.BgClassName
{
background-color: #C14548;
}
</style>
border-color css
<style>
span { border-color: #C14548; }
span { border-color: rgb(193,69,72); }
td.TdClassName
{
border-color: #C14548;
}
.TagClassName
{
border-color: #C14548;
}
</style>