Shades of Mandy #C34250
Tints of Mandy #C34250
RGB
CMYK
RGB Variations
Color information
#C34250 (or 0xC34250) is known color: Mandy. HEX triplet: C3, 42 and 50. RGB value is (195,66,80). Sum of RGB (Red+Green+Blue) = 195+66+80=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C34250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34250 is #3CBDAF. Grayscale: #6A6A6A. Windows color (decimal): -3980720 or 5259971. OLE color: 5259971.
HSL color Cylindrical-coordinate representation of color #C34250: hue angle of 353.49º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34250 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 80 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.24 |
| HSL | 353.49º | 0.52% | 0.51% | - |
| HSV(B) | 353.49º | 0.66% | 0.76% | - |
| XYZ | 25.9 | 16.08 | 9.33 | - |
| YUV | 106.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 80 | 0 | 0.66 | 0.59 | 0.24 | 353.49 | 0.52 | 0.51 |
| Hex | C3 | 42 | 50 | 0 | 42 | 3B | 18 | 161 | 34 | 33 |
| Octal | 303 | 102 | 120 | 0 | 102 | 73 | 30 | 541 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1010000 | 0 | 1000010 | 111011 | 11000 | 101100001 | 110100 | 110011 |
Color Harmonies of #C34250
Complementary color
Monochromatic Colors of #C34250
Black with #C34250
Text Example
Text Example
White with #C34250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34250; }
p { color: rgb(195,66,80); }
H1.HeaderClassName
{
color: #C34250;
}
.AnyTagClassName
{
color: #C34250;
}
</style>
background-color css
<style>
a { background-color: #C34250; }
a { background-color: rgb(195,66,80); }
div.DivClassName
{
background-color: #C34250;
}
.BgClassName
{
background-color: #C34250;
}
</style>
border-color css
<style>
span { border-color: #C34250; }
span { border-color: rgb(195,66,80); }
td.TdClassName
{
border-color: #C34250;
}
.TagClassName
{
border-color: #C34250;
}
</style>