Shades of Mandy #C76569
Tints of Mandy #C76569
RGB
CMYK
RGB Variations
Color information
#C76569 (or 0xC76569) is known color: Mandy. HEX triplet: C7, 65 and 69. RGB value is (199,101,105). Sum of RGB (Red+Green+Blue) = 199+101+105=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C76569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76569 is #389A96. Grayscale: #828282. Windows color (decimal): -3709591 or 6907335. OLE color: 6907335.
HSL color Cylindrical-coordinate representation of color #C76569: hue angle of 357.55º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76569 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 105 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.22 |
| HSL | 357.55º | 0.47% | 0.59% | - |
| HSV(B) | 357.55º | 0.49% | 0.78% | - |
| XYZ | 30.76 | 22.47 | 16.08 | - |
| YUV | 130.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 105 | 0 | 0.49 | 0.47 | 0.22 | 357.55 | 0.47 | 0.59 |
| Hex | C7 | 65 | 69 | 0 | 31 | 2F | 16 | 166 | 2F | 3B |
| Octal | 307 | 145 | 151 | 0 | 61 | 57 | 26 | 546 | 57 | 73 |
| Binary | 11000111 | 1100101 | 1101001 | 0 | 110001 | 101111 | 10110 | 101100110 | 101111 | 111011 |
Color Harmonies of #C76569
Complementary color
Monochromatic Colors of #C76569
Black with #C76569
Text Example
Text Example
White with #C76569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76569; }
p { color: rgb(199,101,105); }
H1.HeaderClassName
{
color: #C76569;
}
.AnyTagClassName
{
color: #C76569;
}
</style>
background-color css
<style>
a { background-color: #C76569; }
a { background-color: rgb(199,101,105); }
div.DivClassName
{
background-color: #C76569;
}
.BgClassName
{
background-color: #C76569;
}
</style>
border-color css
<style>
span { border-color: #C76569; }
span { border-color: rgb(199,101,105); }
td.TdClassName
{
border-color: #C76569;
}
.TagClassName
{
border-color: #C76569;
}
</style>