Shades of Mandy #C3454C
Tints of Mandy #C3454C
RGB
CMYK
RGB Variations
Color information
#C3454C (or 0xC3454C) is known color: Mandy. HEX triplet: C3, 45 and 4C. RGB value is (195,69,76). Sum of RGB (Red+Green+Blue) = 195+69+76=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3454C is #3CBAB3. Grayscale: #6B6B6B. Windows color (decimal): -3979956 or 4998595. OLE color: 4998595.
HSL color Cylindrical-coordinate representation of color #C3454C: hue angle of 356.67º 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 #C3454C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 76 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.24 |
| HSL | 356.67º | 0.51% | 0.52% | - |
| HSV(B) | 356.67º | 0.65% | 0.76% | - |
| XYZ | 25.94 | 16.38 | 8.63 | - |
| YUV | 107.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 76 | 0 | 0.65 | 0.61 | 0.24 | 356.67 | 0.51 | 0.52 |
| Hex | C3 | 45 | 4C | 0 | 41 | 3D | 18 | 165 | 33 | 34 |
| Octal | 303 | 105 | 114 | 0 | 101 | 75 | 30 | 545 | 63 | 64 |
| Binary | 11000011 | 1000101 | 1001100 | 0 | 1000001 | 111101 | 11000 | 101100101 | 110011 | 110100 |
Color Harmonies of #C3454C
Complementary color
Monochromatic Colors of #C3454C
Black with #C3454C
Text Example
Text Example
White with #C3454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3454C; }
p { color: rgb(195,69,76); }
H1.HeaderClassName
{
color: #C3454C;
}
.AnyTagClassName
{
color: #C3454C;
}
</style>
background-color css
<style>
a { background-color: #C3454C; }
a { background-color: rgb(195,69,76); }
div.DivClassName
{
background-color: #C3454C;
}
.BgClassName
{
background-color: #C3454C;
}
</style>
border-color css
<style>
span { border-color: #C3454C; }
span { border-color: rgb(195,69,76); }
td.TdClassName
{
border-color: #C3454C;
}
.TagClassName
{
border-color: #C3454C;
}
</style>