Shades of Mandy #C34555
Tints of Mandy #C34555
RGB
CMYK
RGB Variations
Color information
#C34555 (or 0xC34555) is known color: Mandy. HEX triplet: C3, 45 and 55. RGB value is (195,69,85). Sum of RGB (Red+Green+Blue) = 195+69+85=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C34555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34555 is #3CBAAA. Grayscale: #6C6C6C. Windows color (decimal): -3979947 or 5588419. OLE color: 5588419.
HSL color Cylindrical-coordinate representation of color #C34555: hue angle of 352.38º 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 #C34555 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 85 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.24 |
| HSL | 352.38º | 0.51% | 0.52% | - |
| HSV(B) | 352.38º | 0.65% | 0.76% | - |
| XYZ | 26.27 | 16.51 | 10.4 | - |
| YUV | 108.5 | 114.74 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 85 | 0 | 0.65 | 0.56 | 0.24 | 352.38 | 0.51 | 0.52 |
| Hex | C3 | 45 | 55 | 0 | 41 | 38 | 18 | 160 | 33 | 34 |
| Octal | 303 | 105 | 125 | 0 | 101 | 70 | 30 | 540 | 63 | 64 |
| Binary | 11000011 | 1000101 | 1010101 | 0 | 1000001 | 111000 | 11000 | 101100000 | 110011 | 110100 |
Color Harmonies of #C34555
Complementary color
Monochromatic Colors of #C34555
Black with #C34555
Text Example
Text Example
White with #C34555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34555; }
p { color: rgb(195,69,85); }
H1.HeaderClassName
{
color: #C34555;
}
.AnyTagClassName
{
color: #C34555;
}
</style>
background-color css
<style>
a { background-color: #C34555; }
a { background-color: rgb(195,69,85); }
div.DivClassName
{
background-color: #C34555;
}
.BgClassName
{
background-color: #C34555;
}
</style>
border-color css
<style>
span { border-color: #C34555; }
span { border-color: rgb(195,69,85); }
td.TdClassName
{
border-color: #C34555;
}
.TagClassName
{
border-color: #C34555;
}
</style>