Shades of Mandy #C3555A
Tints of Mandy #C3555A
RGB
CMYK
RGB Variations
Color information
#C3555A (or 0xC3555A) is known color: Mandy. HEX triplet: C3, 55 and 5A. RGB value is (195,85,90). Sum of RGB (Red+Green+Blue) = 195+85+90=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3555A is #3CAAA5. Grayscale: #767676. Windows color (decimal): -3975846 or 5920195. OLE color: 5920195.
HSL color Cylindrical-coordinate representation of color #C3555A: hue angle of 357.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3555A is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 90 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.24 |
| HSL | 357.27º | 0.48% | 0.55% | - |
| HSV(B) | 357.27º | 0.56% | 0.76% | - |
| XYZ | 27.6 | 18.84 | 11.85 | - |
| YUV | 118.46 | 111.94 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 90 | 0 | 0.56 | 0.54 | 0.24 | 357.27 | 0.48 | 0.55 |
| Hex | C3 | 55 | 5A | 0 | 38 | 36 | 18 | 165 | 30 | 37 |
| Octal | 303 | 125 | 132 | 0 | 70 | 66 | 30 | 545 | 60 | 67 |
| Binary | 11000011 | 1010101 | 1011010 | 0 | 111000 | 110110 | 11000 | 101100101 | 110000 | 110111 |
Color Harmonies of #C3555A
Complementary color
Monochromatic Colors of #C3555A
Black with #C3555A
Text Example
Text Example
White with #C3555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3555A; }
p { color: rgb(195,85,90); }
H1.HeaderClassName
{
color: #C3555A;
}
.AnyTagClassName
{
color: #C3555A;
}
</style>
background-color css
<style>
a { background-color: #C3555A; }
a { background-color: rgb(195,85,90); }
div.DivClassName
{
background-color: #C3555A;
}
.BgClassName
{
background-color: #C3555A;
}
</style>
border-color css
<style>
span { border-color: #C3555A; }
span { border-color: rgb(195,85,90); }
td.TdClassName
{
border-color: #C3555A;
}
.TagClassName
{
border-color: #C3555A;
}
</style>