Shades of Mandy #C2454F
Tints of Mandy #C2454F
RGB
CMYK
RGB Variations
Color information
#C2454F (or 0xC2454F) is known color: Mandy. HEX triplet: C2, 45 and 4F. RGB value is (194,69,79). Sum of RGB (Red+Green+Blue) = 194+69+79=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2454F is #3DBAB0. Grayscale: #6B6B6B. Windows color (decimal): -4045489 or 5195202. OLE color: 5195202.
HSL color Cylindrical-coordinate representation of color #C2454F: hue angle of 355.2º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2454F is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 79 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.24 |
| HSL | 355.2º | 0.51% | 0.52% | - |
| HSV(B) | 355.2º | 0.64% | 0.76% | - |
| XYZ | 25.79 | 16.29 | 9.18 | - |
| YUV | 107.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 79 | 0 | 0.64 | 0.59 | 0.24 | 355.2 | 0.51 | 0.52 |
| Hex | C2 | 45 | 4F | 0 | 40 | 3B | 18 | 163 | 33 | 34 |
| Octal | 302 | 105 | 117 | 0 | 100 | 73 | 30 | 543 | 63 | 64 |
| Binary | 11000010 | 1000101 | 1001111 | 0 | 1000000 | 111011 | 11000 | 101100011 | 110011 | 110100 |
Color Harmonies of #C2454F
Complementary color
Monochromatic Colors of #C2454F
Black with #C2454F
Text Example
Text Example
White with #C2454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2454F; }
p { color: rgb(194,69,79); }
H1.HeaderClassName
{
color: #C2454F;
}
.AnyTagClassName
{
color: #C2454F;
}
</style>
background-color css
<style>
a { background-color: #C2454F; }
a { background-color: rgb(194,69,79); }
div.DivClassName
{
background-color: #C2454F;
}
.BgClassName
{
background-color: #C2454F;
}
</style>
border-color css
<style>
span { border-color: #C2454F; }
span { border-color: rgb(194,69,79); }
td.TdClassName
{
border-color: #C2454F;
}
.TagClassName
{
border-color: #C2454F;
}
</style>