Shades of Mandy #C0494B
Tints of Mandy #C0494B
RGB
CMYK
RGB Variations
Color information
#C0494B (or 0xC0494B) is known color: Mandy. HEX triplet: C0, 49 and 4B. RGB value is (192,73,75). Sum of RGB (Red+Green+Blue) = 192+73+75=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0494B is #3FB6B4. Grayscale: #6C6C6C. Windows color (decimal): -4175541 or 4934080. OLE color: 4934080.
HSL color Cylindrical-coordinate representation of color #C0494B: hue angle of 358.99º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0494B is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 75 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.25 |
| HSL | 358.99º | 0.49% | 0.52% | - |
| HSV(B) | 358.99º | 0.62% | 0.75% | - |
| XYZ | 25.39 | 16.48 | 8.5 | - |
| YUV | 108.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 75 | 0 | 0.62 | 0.61 | 0.25 | 358.99 | 0.49 | 0.52 |
| Hex | C0 | 49 | 4B | 0 | 3E | 3D | 19 | 167 | 31 | 34 |
| Octal | 300 | 111 | 113 | 0 | 76 | 75 | 31 | 547 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1001011 | 0 | 111110 | 111101 | 11001 | 101100111 | 110001 | 110100 |
Color Harmonies of #C0494B
Complementary color
Monochromatic Colors of #C0494B
Black with #C0494B
Text Example
Text Example
White with #C0494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0494B; }
p { color: rgb(192,73,75); }
H1.HeaderClassName
{
color: #C0494B;
}
.AnyTagClassName
{
color: #C0494B;
}
</style>
background-color css
<style>
a { background-color: #C0494B; }
a { background-color: rgb(192,73,75); }
div.DivClassName
{
background-color: #C0494B;
}
.BgClassName
{
background-color: #C0494B;
}
</style>
border-color css
<style>
span { border-color: #C0494B; }
span { border-color: rgb(192,73,75); }
td.TdClassName
{
border-color: #C0494B;
}
.TagClassName
{
border-color: #C0494B;
}
</style>