Shades of Mandy #C06468
Tints of Mandy #C06468
RGB
CMYK
RGB Variations
Color information
#C06468 (or 0xC06468) is known color: Mandy. HEX triplet: C0, 64 and 68. RGB value is (192,100,104). Sum of RGB (Red+Green+Blue) = 192+100+104=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C06468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06468 is #3F9B97. Grayscale: #808080. Windows color (decimal): -4168600 or 6841536. OLE color: 6841536.
HSL color Cylindrical-coordinate representation of color #C06468: hue angle of 357.39º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06468 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 104 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.25 |
| HSL | 357.39º | 0.42% | 0.57% | - |
| HSV(B) | 357.39º | 0.48% | 0.75% | - |
| XYZ | 28.79 | 21.32 | 15.69 | - |
| YUV | 127.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 104 | 0 | 0.48 | 0.46 | 0.25 | 357.39 | 0.42 | 0.57 |
| Hex | C0 | 64 | 68 | 0 | 30 | 2E | 19 | 165 | 2A | 39 |
| Octal | 300 | 144 | 150 | 0 | 60 | 56 | 31 | 545 | 52 | 71 |
| Binary | 11000000 | 1100100 | 1101000 | 0 | 110000 | 101110 | 11001 | 101100101 | 101010 | 111001 |
Color Harmonies of #C06468
Complementary color
Monochromatic Colors of #C06468
Black with #C06468
Text Example
Text Example
White with #C06468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06468; }
p { color: rgb(192,100,104); }
H1.HeaderClassName
{
color: #C06468;
}
.AnyTagClassName
{
color: #C06468;
}
</style>
background-color css
<style>
a { background-color: #C06468; }
a { background-color: rgb(192,100,104); }
div.DivClassName
{
background-color: #C06468;
}
.BgClassName
{
background-color: #C06468;
}
</style>
border-color css
<style>
span { border-color: #C06468; }
span { border-color: rgb(192,100,104); }
td.TdClassName
{
border-color: #C06468;
}
.TagClassName
{
border-color: #C06468;
}
</style>