Shades of Mandy #C26067
Tints of Mandy #C26067
RGB
CMYK
RGB Variations
Color information
#C26067 (or 0xC26067) is known color: Mandy. HEX triplet: C2, 60 and 67. RGB value is (194,96,103). Sum of RGB (Red+Green+Blue) = 194+96+103=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C26067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26067 is #3D9F98. Grayscale: #7E7E7E. Windows color (decimal): -4038553 or 6774978. OLE color: 6774978.
HSL color Cylindrical-coordinate representation of color #C26067: hue angle of 355.71º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26067 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 103 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.24 |
| HSL | 355.71º | 0.45% | 0.57% | - |
| HSV(B) | 355.71º | 0.51% | 0.76% | - |
| XYZ | 28.88 | 20.81 | 15.33 | - |
| YUV | 126.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 103 | 0 | 0.51 | 0.47 | 0.24 | 355.71 | 0.45 | 0.57 |
| Hex | C2 | 60 | 67 | 0 | 33 | 2F | 18 | 164 | 2D | 39 |
| Octal | 302 | 140 | 147 | 0 | 63 | 57 | 30 | 544 | 55 | 71 |
| Binary | 11000010 | 1100000 | 1100111 | 0 | 110011 | 101111 | 11000 | 101100100 | 101101 | 111001 |
Color Harmonies of #C26067
Complementary color
Monochromatic Colors of #C26067
Black with #C26067
Text Example
Text Example
White with #C26067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26067; }
p { color: rgb(194,96,103); }
H1.HeaderClassName
{
color: #C26067;
}
.AnyTagClassName
{
color: #C26067;
}
</style>
background-color css
<style>
a { background-color: #C26067; }
a { background-color: rgb(194,96,103); }
div.DivClassName
{
background-color: #C26067;
}
.BgClassName
{
background-color: #C26067;
}
</style>
border-color css
<style>
span { border-color: #C26067; }
span { border-color: rgb(194,96,103); }
td.TdClassName
{
border-color: #C26067;
}
.TagClassName
{
border-color: #C26067;
}
</style>