Shades of Mandy #C16569
Tints of Mandy #C16569
RGB
CMYK
RGB Variations
Color information
#C16569 (or 0xC16569) is known color: Mandy. HEX triplet: C1, 65 and 69. RGB value is (193,101,105). Sum of RGB (Red+Green+Blue) = 193+101+105=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C16569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16569 is #3E9A96. Grayscale: #818181. Windows color (decimal): -4102807 or 6907329. OLE color: 6907329.
HSL color Cylindrical-coordinate representation of color #C16569: hue angle of 357.39º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16569 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 105 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.24 |
| HSL | 357.39º | 0.43% | 0.58% | - |
| HSV(B) | 357.39º | 0.48% | 0.76% | - |
| XYZ | 29.2 | 21.66 | 16.01 | - |
| YUV | 128.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 105 | 0 | 0.48 | 0.46 | 0.24 | 357.39 | 0.43 | 0.58 |
| Hex | C1 | 65 | 69 | 0 | 30 | 2E | 18 | 165 | 2B | 3A |
| Octal | 301 | 145 | 151 | 0 | 60 | 56 | 30 | 545 | 53 | 72 |
| Binary | 11000001 | 1100101 | 1101001 | 0 | 110000 | 101110 | 11000 | 101100101 | 101011 | 111010 |
Color Harmonies of #C16569
Complementary color
Monochromatic Colors of #C16569
Black with #C16569
Text Example
Text Example
White with #C16569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16569; }
p { color: rgb(193,101,105); }
H1.HeaderClassName
{
color: #C16569;
}
.AnyTagClassName
{
color: #C16569;
}
</style>
background-color css
<style>
a { background-color: #C16569; }
a { background-color: rgb(193,101,105); }
div.DivClassName
{
background-color: #C16569;
}
.BgClassName
{
background-color: #C16569;
}
</style>
border-color css
<style>
span { border-color: #C16569; }
span { border-color: rgb(193,101,105); }
td.TdClassName
{
border-color: #C16569;
}
.TagClassName
{
border-color: #C16569;
}
</style>