Shades of Mandy #C56367
Tints of Mandy #C56367
RGB
CMYK
RGB Variations
Color information
#C56367 (or 0xC56367) is known color: Mandy. HEX triplet: C5, 63 and 67. RGB value is (197,99,103). Sum of RGB (Red+Green+Blue) = 197+99+103=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C56367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56367 is #3A9C98. Grayscale: #808080. Windows color (decimal): -3841177 or 6775749. OLE color: 6775749.
HSL color Cylindrical-coordinate representation of color #C56367: hue angle of 357.55º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56367 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 103 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.23 |
| HSL | 357.55º | 0.46% | 0.58% | - |
| HSV(B) | 357.55º | 0.5% | 0.77% | - |
| XYZ | 29.94 | 21.77 | 15.46 | - |
| YUV | 128.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 103 | 0 | 0.50 | 0.48 | 0.23 | 357.55 | 0.46 | 0.58 |
| Hex | C5 | 63 | 67 | 0 | 32 | 30 | 17 | 166 | 2E | 3A |
| Octal | 305 | 143 | 147 | 0 | 62 | 60 | 27 | 546 | 56 | 72 |
| Binary | 11000101 | 1100011 | 1100111 | 0 | 110010 | 110000 | 10111 | 101100110 | 101110 | 111010 |
Color Harmonies of #C56367
Complementary color
Monochromatic Colors of #C56367
Black with #C56367
Text Example
Text Example
White with #C56367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56367; }
p { color: rgb(197,99,103); }
H1.HeaderClassName
{
color: #C56367;
}
.AnyTagClassName
{
color: #C56367;
}
</style>
background-color css
<style>
a { background-color: #C56367; }
a { background-color: rgb(197,99,103); }
div.DivClassName
{
background-color: #C56367;
}
.BgClassName
{
background-color: #C56367;
}
</style>
border-color css
<style>
span { border-color: #C56367; }
span { border-color: rgb(197,99,103); }
td.TdClassName
{
border-color: #C56367;
}
.TagClassName
{
border-color: #C56367;
}
</style>