Shades of Mandy #C0444B
Tints of Mandy #C0444B
RGB
CMYK
RGB Variations
Color information
#C0444B (or 0xC0444B) is known color: Mandy. HEX triplet: C0, 44 and 4B. RGB value is (192,68,75). Sum of RGB (Red+Green+Blue) = 192+68+75=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0444B is #3FBBB4. Grayscale: #696969. Windows color (decimal): -4176821 or 4932800. OLE color: 4932800.
HSL color Cylindrical-coordinate representation of color #C0444B: hue angle of 356.61º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0444B is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 75 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.25 |
| HSL | 356.61º | 0.5% | 0.51% | - |
| HSV(B) | 356.61º | 0.65% | 0.75% | - |
| XYZ | 25.08 | 15.85 | 8.39 | - |
| YUV | 105.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 75 | 0 | 0.65 | 0.61 | 0.25 | 356.61 | 0.5 | 0.51 |
| Hex | C0 | 44 | 4B | 0 | 41 | 3D | 19 | 165 | 32 | 33 |
| Octal | 300 | 104 | 113 | 0 | 101 | 75 | 31 | 545 | 62 | 63 |
| Binary | 11000000 | 1000100 | 1001011 | 0 | 1000001 | 111101 | 11001 | 101100101 | 110010 | 110011 |
Color Harmonies of #C0444B
Complementary color
Monochromatic Colors of #C0444B
Black with #C0444B
Text Example
Text Example
White with #C0444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0444B; }
p { color: rgb(192,68,75); }
H1.HeaderClassName
{
color: #C0444B;
}
.AnyTagClassName
{
color: #C0444B;
}
</style>
background-color css
<style>
a { background-color: #C0444B; }
a { background-color: rgb(192,68,75); }
div.DivClassName
{
background-color: #C0444B;
}
.BgClassName
{
background-color: #C0444B;
}
</style>
border-color css
<style>
span { border-color: #C0444B; }
span { border-color: rgb(192,68,75); }
td.TdClassName
{
border-color: #C0444B;
}
.TagClassName
{
border-color: #C0444B;
}
</style>