Shades of Mandy #C3454F
Tints of Mandy #C3454F
RGB
CMYK
RGB Variations
Color information
#C3454F (or 0xC3454F) is known color: Mandy. HEX triplet: C3, 45 and 4F. RGB value is (195,69,79). Sum of RGB (Red+Green+Blue) = 195+69+79=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3454F is #3CBAB0. Grayscale: #6B6B6B. Windows color (decimal): -3979953 or 5195203. OLE color: 5195203.
HSL color Cylindrical-coordinate representation of color #C3454F: hue angle of 355.24º 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 #C3454F is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 79 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.24 |
| HSL | 355.24º | 0.51% | 0.52% | - |
| HSV(B) | 355.24º | 0.65% | 0.76% | - |
| XYZ | 26.05 | 16.42 | 9.19 | - |
| YUV | 107.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 79 | 0 | 0.65 | 0.59 | 0.24 | 355.24 | 0.51 | 0.52 |
| Hex | C3 | 45 | 4F | 0 | 41 | 3B | 18 | 163 | 33 | 34 |
| Octal | 303 | 105 | 117 | 0 | 101 | 73 | 30 | 543 | 63 | 64 |
| Binary | 11000011 | 1000101 | 1001111 | 0 | 1000001 | 111011 | 11000 | 101100011 | 110011 | 110100 |
Color Harmonies of #C3454F
Complementary color
Monochromatic Colors of #C3454F
Black with #C3454F
Text Example
Text Example
White with #C3454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3454F; }
p { color: rgb(195,69,79); }
H1.HeaderClassName
{
color: #C3454F;
}
.AnyTagClassName
{
color: #C3454F;
}
</style>
background-color css
<style>
a { background-color: #C3454F; }
a { background-color: rgb(195,69,79); }
div.DivClassName
{
background-color: #C3454F;
}
.BgClassName
{
background-color: #C3454F;
}
</style>
border-color css
<style>
span { border-color: #C3454F; }
span { border-color: rgb(195,69,79); }
td.TdClassName
{
border-color: #C3454F;
}
.TagClassName
{
border-color: #C3454F;
}
</style>