Shades of Mandy #C34449
Tints of Mandy #C34449
RGB
CMYK
RGB Variations
Color information
#C34449 (or 0xC34449) is known color: Mandy. HEX triplet: C3, 44 and 49. RGB value is (195,68,73). Sum of RGB (Red+Green+Blue) = 195+68+73=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C34449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34449 is #3CBBB6. Grayscale: #6A6A6A. Windows color (decimal): -3980215 or 4801731. OLE color: 4801731.
HSL color Cylindrical-coordinate representation of color #C34449: hue angle of 357.64º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34449 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 73 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.24 |
| HSL | 357.64º | 0.51% | 0.52% | - |
| HSV(B) | 357.64º | 0.65% | 0.76% | - |
| XYZ | 25.78 | 16.22 | 8.08 | - |
| YUV | 106.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 73 | 0 | 0.65 | 0.63 | 0.24 | 357.64 | 0.51 | 0.52 |
| Hex | C3 | 44 | 49 | 0 | 41 | 3F | 18 | 166 | 33 | 34 |
| Octal | 303 | 104 | 111 | 0 | 101 | 77 | 30 | 546 | 63 | 64 |
| Binary | 11000011 | 1000100 | 1001001 | 0 | 1000001 | 111111 | 11000 | 101100110 | 110011 | 110100 |
Color Harmonies of #C34449
Complementary color
Monochromatic Colors of #C34449
Black with #C34449
Text Example
Text Example
White with #C34449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34449; }
p { color: rgb(195,68,73); }
H1.HeaderClassName
{
color: #C34449;
}
.AnyTagClassName
{
color: #C34449;
}
</style>
background-color css
<style>
a { background-color: #C34449; }
a { background-color: rgb(195,68,73); }
div.DivClassName
{
background-color: #C34449;
}
.BgClassName
{
background-color: #C34449;
}
</style>
border-color css
<style>
span { border-color: #C34449; }
span { border-color: rgb(195,68,73); }
td.TdClassName
{
border-color: #C34449;
}
.TagClassName
{
border-color: #C34449;
}
</style>