Shades of Mandy #C34454
Tints of Mandy #C34454
RGB
CMYK
RGB Variations
Color information
#C34454 (or 0xC34454) is known color: Mandy. HEX triplet: C3, 44 and 54. RGB value is (195,68,84). Sum of RGB (Red+Green+Blue) = 195+68+84=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C34454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34454 is #3CBBAB. Grayscale: #6B6B6B. Windows color (decimal): -3980204 or 5522627. OLE color: 5522627.
HSL color Cylindrical-coordinate representation of color #C34454: hue angle of 352.44º 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 #C34454 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 84 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.24 |
| HSL | 352.44º | 0.51% | 0.52% | - |
| HSV(B) | 352.44º | 0.65% | 0.76% | - |
| XYZ | 26.17 | 16.38 | 10.17 | - |
| YUV | 107.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 84 | 0 | 0.65 | 0.57 | 0.24 | 352.44 | 0.51 | 0.52 |
| Hex | C3 | 44 | 54 | 0 | 41 | 39 | 18 | 160 | 33 | 34 |
| Octal | 303 | 104 | 124 | 0 | 101 | 71 | 30 | 540 | 63 | 64 |
| Binary | 11000011 | 1000100 | 1010100 | 0 | 1000001 | 111001 | 11000 | 101100000 | 110011 | 110100 |
Color Harmonies of #C34454
Complementary color
Monochromatic Colors of #C34454
Black with #C34454
Text Example
Text Example
White with #C34454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34454; }
p { color: rgb(195,68,84); }
H1.HeaderClassName
{
color: #C34454;
}
.AnyTagClassName
{
color: #C34454;
}
</style>
background-color css
<style>
a { background-color: #C34454; }
a { background-color: rgb(195,68,84); }
div.DivClassName
{
background-color: #C34454;
}
.BgClassName
{
background-color: #C34454;
}
</style>
border-color css
<style>
span { border-color: #C34454; }
span { border-color: rgb(195,68,84); }
td.TdClassName
{
border-color: #C34454;
}
.TagClassName
{
border-color: #C34454;
}
</style>