Shades of Mandy #C0454F
Tints of Mandy #C0454F
RGB
CMYK
RGB Variations
Color information
#C0454F (or 0xC0454F) is known color: Mandy. HEX triplet: C0, 45 and 4F. RGB value is (192,69,79). Sum of RGB (Red+Green+Blue) = 192+69+79=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0454F is #3FBAB0. Grayscale: #6B6B6B. Windows color (decimal): -4176561 or 5195200. OLE color: 5195200.
HSL color Cylindrical-coordinate representation of color #C0454F: hue angle of 355.12º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0454F is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 79 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.25 |
| HSL | 355.12º | 0.49% | 0.51% | - |
| HSV(B) | 355.12º | 0.64% | 0.75% | - |
| XYZ | 25.28 | 16.03 | 9.16 | - |
| YUV | 106.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 79 | 0 | 0.64 | 0.59 | 0.25 | 355.12 | 0.49 | 0.51 |
| Hex | C0 | 45 | 4F | 0 | 40 | 3B | 19 | 163 | 31 | 33 |
| Octal | 300 | 105 | 117 | 0 | 100 | 73 | 31 | 543 | 61 | 63 |
| Binary | 11000000 | 1000101 | 1001111 | 0 | 1000000 | 111011 | 11001 | 101100011 | 110001 | 110011 |
Color Harmonies of #C0454F
Complementary color
Monochromatic Colors of #C0454F
Black with #C0454F
Text Example
Text Example
White with #C0454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0454F; }
p { color: rgb(192,69,79); }
H1.HeaderClassName
{
color: #C0454F;
}
.AnyTagClassName
{
color: #C0454F;
}
</style>
background-color css
<style>
a { background-color: #C0454F; }
a { background-color: rgb(192,69,79); }
div.DivClassName
{
background-color: #C0454F;
}
.BgClassName
{
background-color: #C0454F;
}
</style>
border-color css
<style>
span { border-color: #C0454F; }
span { border-color: rgb(192,69,79); }
td.TdClassName
{
border-color: #C0454F;
}
.TagClassName
{
border-color: #C0454F;
}
</style>