Shades of Mandy #C4555C
Tints of Mandy #C4555C
RGB
CMYK
RGB Variations
Color information
#C4555C (or 0xC4555C) is known color: Mandy. HEX triplet: C4, 55 and 5C. RGB value is (196,85,92). Sum of RGB (Red+Green+Blue) = 196+85+92=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4555C is #3BAAA3. Grayscale: #777777. Windows color (decimal): -3910308 or 6051268. OLE color: 6051268.
HSL color Cylindrical-coordinate representation of color #C4555C: hue angle of 356.22º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4555C is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 92 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.23 |
| HSL | 356.22º | 0.48% | 0.55% | - |
| HSV(B) | 356.22º | 0.57% | 0.77% | - |
| XYZ | 27.95 | 19.01 | 12.32 | - |
| YUV | 118.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 92 | 0 | 0.57 | 0.53 | 0.23 | 356.22 | 0.48 | 0.55 |
| Hex | C4 | 55 | 5C | 0 | 39 | 35 | 17 | 164 | 30 | 37 |
| Octal | 304 | 125 | 134 | 0 | 71 | 65 | 27 | 544 | 60 | 67 |
| Binary | 11000100 | 1010101 | 1011100 | 0 | 111001 | 110101 | 10111 | 101100100 | 110000 | 110111 |
Color Harmonies of #C4555C
Complementary color
Monochromatic Colors of #C4555C
Black with #C4555C
Text Example
Text Example
White with #C4555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4555C; }
p { color: rgb(196,85,92); }
H1.HeaderClassName
{
color: #C4555C;
}
.AnyTagClassName
{
color: #C4555C;
}
</style>
background-color css
<style>
a { background-color: #C4555C; }
a { background-color: rgb(196,85,92); }
div.DivClassName
{
background-color: #C4555C;
}
.BgClassName
{
background-color: #C4555C;
}
</style>
border-color css
<style>
span { border-color: #C4555C; }
span { border-color: rgb(196,85,92); }
td.TdClassName
{
border-color: #C4555C;
}
.TagClassName
{
border-color: #C4555C;
}
</style>