Shades of Mandy #C26569
Tints of Mandy #C26569
RGB
CMYK
RGB Variations
Color information
#C26569 (or 0xC26569) is known color: Mandy. HEX triplet: C2, 65 and 69. RGB value is (194,101,105). Sum of RGB (Red+Green+Blue) = 194+101+105=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C26569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26569 is #3D9A96. Grayscale: #818181. Windows color (decimal): -4037271 or 6907330. OLE color: 6907330.
HSL color Cylindrical-coordinate representation of color #C26569: hue angle of 357.42º 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 #C26569 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 105 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.24 |
| HSL | 357.42º | 0.43% | 0.58% | - |
| HSV(B) | 357.42º | 0.48% | 0.76% | - |
| XYZ | 29.45 | 21.8 | 16.02 | - |
| YUV | 129.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 105 | 0 | 0.48 | 0.46 | 0.24 | 357.42 | 0.43 | 0.58 |
| Hex | C2 | 65 | 69 | 0 | 30 | 2E | 18 | 165 | 2B | 3A |
| Octal | 302 | 145 | 151 | 0 | 60 | 56 | 30 | 545 | 53 | 72 |
| Binary | 11000010 | 1100101 | 1101001 | 0 | 110000 | 101110 | 11000 | 101100101 | 101011 | 111010 |
Color Harmonies of #C26569
Complementary color
Monochromatic Colors of #C26569
Black with #C26569
Text Example
Text Example
White with #C26569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26569; }
p { color: rgb(194,101,105); }
H1.HeaderClassName
{
color: #C26569;
}
.AnyTagClassName
{
color: #C26569;
}
</style>
background-color css
<style>
a { background-color: #C26569; }
a { background-color: rgb(194,101,105); }
div.DivClassName
{
background-color: #C26569;
}
.BgClassName
{
background-color: #C26569;
}
</style>
border-color css
<style>
span { border-color: #C26569; }
span { border-color: rgb(194,101,105); }
td.TdClassName
{
border-color: #C26569;
}
.TagClassName
{
border-color: #C26569;
}
</style>