Shades of Mandy #C34548
Tints of Mandy #C34548
RGB
CMYK
RGB Variations
Color information
#C34548 (or 0xC34548) is known color: Mandy. HEX triplet: C3, 45 and 48. RGB value is (195,69,72). Sum of RGB (Red+Green+Blue) = 195+69+72=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C34548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34548 is #3CBAB7. Grayscale: #6B6B6B. Windows color (decimal): -3979960 or 4736451. OLE color: 4736451.
HSL color Cylindrical-coordinate representation of color #C34548: hue angle of 358.57º 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 #C34548 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 72 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.24 |
| HSL | 358.57º | 0.51% | 0.52% | - |
| HSV(B) | 358.57º | 0.65% | 0.76% | - |
| XYZ | 25.8 | 16.33 | 7.92 | - |
| YUV | 107.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 72 | 0 | 0.65 | 0.63 | 0.24 | 358.57 | 0.51 | 0.52 |
| Hex | C3 | 45 | 48 | 0 | 41 | 3F | 18 | 167 | 33 | 34 |
| Octal | 303 | 105 | 110 | 0 | 101 | 77 | 30 | 547 | 63 | 64 |
| Binary | 11000011 | 1000101 | 1001000 | 0 | 1000001 | 111111 | 11000 | 101100111 | 110011 | 110100 |
Color Harmonies of #C34548
Complementary color
Monochromatic Colors of #C34548
Black with #C34548
Text Example
Text Example
White with #C34548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34548; }
p { color: rgb(195,69,72); }
H1.HeaderClassName
{
color: #C34548;
}
.AnyTagClassName
{
color: #C34548;
}
</style>
background-color css
<style>
a { background-color: #C34548; }
a { background-color: rgb(195,69,72); }
div.DivClassName
{
background-color: #C34548;
}
.BgClassName
{
background-color: #C34548;
}
</style>
border-color css
<style>
span { border-color: #C34548; }
span { border-color: rgb(195,69,72); }
td.TdClassName
{
border-color: #C34548;
}
.TagClassName
{
border-color: #C34548;
}
</style>