Shades of Mandy #C34452
Tints of Mandy #C34452
RGB
CMYK
RGB Variations
Color information
#C34452 (or 0xC34452) is known color: Mandy. HEX triplet: C3, 44 and 52. RGB value is (195,68,82). Sum of RGB (Red+Green+Blue) = 195+68+82=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C34452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34452 is #3CBBAD. Grayscale: #6B6B6B. Windows color (decimal): -3980206 or 5391555. OLE color: 5391555.
HSL color Cylindrical-coordinate representation of color #C34452: hue angle of 353.39º 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 #C34452 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 82 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.24 |
| HSL | 353.39º | 0.51% | 0.52% | - |
| HSV(B) | 353.39º | 0.65% | 0.76% | - |
| XYZ | 26.1 | 16.35 | 9.76 | - |
| YUV | 107.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 82 | 0 | 0.65 | 0.58 | 0.24 | 353.39 | 0.51 | 0.52 |
| Hex | C3 | 44 | 52 | 0 | 41 | 3A | 18 | 161 | 33 | 34 |
| Octal | 303 | 104 | 122 | 0 | 101 | 72 | 30 | 541 | 63 | 64 |
| Binary | 11000011 | 1000100 | 1010010 | 0 | 1000001 | 111010 | 11000 | 101100001 | 110011 | 110100 |
Color Harmonies of #C34452
Complementary color
Monochromatic Colors of #C34452
Black with #C34452
Text Example
Text Example
White with #C34452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34452; }
p { color: rgb(195,68,82); }
H1.HeaderClassName
{
color: #C34452;
}
.AnyTagClassName
{
color: #C34452;
}
</style>
background-color css
<style>
a { background-color: #C34452; }
a { background-color: rgb(195,68,82); }
div.DivClassName
{
background-color: #C34452;
}
.BgClassName
{
background-color: #C34452;
}
</style>
border-color css
<style>
span { border-color: #C34452; }
span { border-color: rgb(195,68,82); }
td.TdClassName
{
border-color: #C34452;
}
.TagClassName
{
border-color: #C34452;
}
</style>