Shades of Mandy #C3434F
Tints of Mandy #C3434F
RGB
CMYK
RGB Variations
Color information
#C3434F (or 0xC3434F) is known color: Mandy. HEX triplet: C3, 43 and 4F. RGB value is (195,67,79). Sum of RGB (Red+Green+Blue) = 195+67+79=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3434F is #3CBCB0. Grayscale: #6A6A6A. Windows color (decimal): -3980465 or 5194691. OLE color: 5194691.
HSL color Cylindrical-coordinate representation of color #C3434F: hue angle of 354.38º 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 #C3434F is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 79 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.24 |
| HSL | 354.38º | 0.52% | 0.51% | - |
| HSV(B) | 354.38º | 0.66% | 0.76% | - |
| XYZ | 25.92 | 16.18 | 9.15 | - |
| YUV | 106.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 79 | 0 | 0.66 | 0.59 | 0.24 | 354.38 | 0.52 | 0.51 |
| Hex | C3 | 43 | 4F | 0 | 42 | 3B | 18 | 162 | 34 | 33 |
| Octal | 303 | 103 | 117 | 0 | 102 | 73 | 30 | 542 | 64 | 63 |
| Binary | 11000011 | 1000011 | 1001111 | 0 | 1000010 | 111011 | 11000 | 101100010 | 110100 | 110011 |
Color Harmonies of #C3434F
Complementary color
Monochromatic Colors of #C3434F
Black with #C3434F
Text Example
Text Example
White with #C3434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3434F; }
p { color: rgb(195,67,79); }
H1.HeaderClassName
{
color: #C3434F;
}
.AnyTagClassName
{
color: #C3434F;
}
</style>
background-color css
<style>
a { background-color: #C3434F; }
a { background-color: rgb(195,67,79); }
div.DivClassName
{
background-color: #C3434F;
}
.BgClassName
{
background-color: #C3434F;
}
</style>
border-color css
<style>
span { border-color: #C3434F; }
span { border-color: rgb(195,67,79); }
td.TdClassName
{
border-color: #C3434F;
}
.TagClassName
{
border-color: #C3434F;
}
</style>