Shades of Mandy #C26567
Tints of Mandy #C26567
RGB
CMYK
RGB Variations
Color information
#C26567 (or 0xC26567) is known color: Mandy. HEX triplet: C2, 65 and 67. RGB value is (194,101,103). Sum of RGB (Red+Green+Blue) = 194+101+103=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C26567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26567 is #3D9A98. Grayscale: #818181. Windows color (decimal): -4037273 or 6776258. OLE color: 6776258.
HSL color Cylindrical-coordinate representation of color #C26567: hue angle of 358.71º 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 #C26567 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 103 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.24 |
| HSL | 358.71º | 0.43% | 0.58% | - |
| HSV(B) | 358.71º | 0.48% | 0.76% | - |
| XYZ | 29.35 | 21.76 | 15.48 | - |
| YUV | 129.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 103 | 0 | 0.48 | 0.47 | 0.24 | 358.71 | 0.43 | 0.58 |
| Hex | C2 | 65 | 67 | 0 | 30 | 2F | 18 | 167 | 2B | 3A |
| Octal | 302 | 145 | 147 | 0 | 60 | 57 | 30 | 547 | 53 | 72 |
| Binary | 11000010 | 1100101 | 1100111 | 0 | 110000 | 101111 | 11000 | 101100111 | 101011 | 111010 |
Color Harmonies of #C26567
Complementary color
Monochromatic Colors of #C26567
Black with #C26567
Text Example
Text Example
White with #C26567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26567; }
p { color: rgb(194,101,103); }
H1.HeaderClassName
{
color: #C26567;
}
.AnyTagClassName
{
color: #C26567;
}
</style>
background-color css
<style>
a { background-color: #C26567; }
a { background-color: rgb(194,101,103); }
div.DivClassName
{
background-color: #C26567;
}
.BgClassName
{
background-color: #C26567;
}
</style>
border-color css
<style>
span { border-color: #C26567; }
span { border-color: rgb(194,101,103); }
td.TdClassName
{
border-color: #C26567;
}
.TagClassName
{
border-color: #C26567;
}
</style>