Shades of Mandy #C56067
Tints of Mandy #C56067
RGB
CMYK
RGB Variations
Color information
#C56067 (or 0xC56067) is known color: Mandy. HEX triplet: C5, 60 and 67. RGB value is (197,96,103). Sum of RGB (Red+Green+Blue) = 197+96+103=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C56067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56067 is #3A9F98. Grayscale: #7F7F7F. Windows color (decimal): -3841945 or 6774981. OLE color: 6774981.
HSL color Cylindrical-coordinate representation of color #C56067: hue angle of 355.84º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56067 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 103 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.23 |
| HSL | 355.84º | 0.47% | 0.57% | - |
| HSV(B) | 355.84º | 0.51% | 0.77% | - |
| XYZ | 29.66 | 21.22 | 15.36 | - |
| YUV | 127 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 103 | 0 | 0.51 | 0.48 | 0.23 | 355.84 | 0.47 | 0.57 |
| Hex | C5 | 60 | 67 | 0 | 33 | 30 | 17 | 164 | 2F | 39 |
| Octal | 305 | 140 | 147 | 0 | 63 | 60 | 27 | 544 | 57 | 71 |
| Binary | 11000101 | 1100000 | 1100111 | 0 | 110011 | 110000 | 10111 | 101100100 | 101111 | 111001 |
Color Harmonies of #C56067
Complementary color
Monochromatic Colors of #C56067
Black with #C56067
Text Example
Text Example
White with #C56067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56067; }
p { color: rgb(197,96,103); }
H1.HeaderClassName
{
color: #C56067;
}
.AnyTagClassName
{
color: #C56067;
}
</style>
background-color css
<style>
a { background-color: #C56067; }
a { background-color: rgb(197,96,103); }
div.DivClassName
{
background-color: #C56067;
}
.BgClassName
{
background-color: #C56067;
}
</style>
border-color css
<style>
span { border-color: #C56067; }
span { border-color: rgb(197,96,103); }
td.TdClassName
{
border-color: #C56067;
}
.TagClassName
{
border-color: #C56067;
}
</style>