Shades of Mandy #C26267
Tints of Mandy #C26267
RGB
CMYK
RGB Variations
Color information
#C26267 (or 0xC26267) is known color: Mandy. HEX triplet: C2, 62 and 67. RGB value is (194,98,103). Sum of RGB (Red+Green+Blue) = 194+98+103=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C26267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26267 is #3D9D98. Grayscale: #7F7F7F. Windows color (decimal): -4038041 or 6775490. OLE color: 6775490.
HSL color Cylindrical-coordinate representation of color #C26267: hue angle of 356.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26267 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 103 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.24 |
| HSL | 356.88º | 0.44% | 0.57% | - |
| HSV(B) | 356.88º | 0.49% | 0.76% | - |
| XYZ | 29.06 | 21.18 | 15.39 | - |
| YUV | 127.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 103 | 0 | 0.49 | 0.47 | 0.24 | 356.88 | 0.44 | 0.57 |
| Hex | C2 | 62 | 67 | 0 | 31 | 2F | 18 | 165 | 2C | 39 |
| Octal | 302 | 142 | 147 | 0 | 61 | 57 | 30 | 545 | 54 | 71 |
| Binary | 11000010 | 1100010 | 1100111 | 0 | 110001 | 101111 | 11000 | 101100101 | 101100 | 111001 |
Color Harmonies of #C26267
Complementary color
Monochromatic Colors of #C26267
Black with #C26267
Text Example
Text Example
White with #C26267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26267; }
p { color: rgb(194,98,103); }
H1.HeaderClassName
{
color: #C26267;
}
.AnyTagClassName
{
color: #C26267;
}
</style>
background-color css
<style>
a { background-color: #C26267; }
a { background-color: rgb(194,98,103); }
div.DivClassName
{
background-color: #C26267;
}
.BgClassName
{
background-color: #C26267;
}
</style>
border-color css
<style>
span { border-color: #C26267; }
span { border-color: rgb(194,98,103); }
td.TdClassName
{
border-color: #C26267;
}
.TagClassName
{
border-color: #C26267;
}
</style>