Shades of Mandy #C66163
Tints of Mandy #C66163
RGB
CMYK
RGB Variations
Color information
#C66163 (or 0xC66163) is known color: Mandy. HEX triplet: C6, 61 and 63. RGB value is (198,97,99). Sum of RGB (Red+Green+Blue) = 198+97+99=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C66163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66163 is #399E9C. Grayscale: #7F7F7F. Windows color (decimal): -3776157 or 6513094. OLE color: 6513094.
HSL color Cylindrical-coordinate representation of color #C66163: hue angle of 358.81º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66163 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 99 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.22 |
| HSL | 358.81º | 0.47% | 0.58% | - |
| HSV(B) | 358.81º | 0.51% | 0.78% | - |
| XYZ | 29.82 | 21.46 | 14.37 | - |
| YUV | 127.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 99 | 0 | 0.51 | 0.50 | 0.22 | 358.81 | 0.47 | 0.58 |
| Hex | C6 | 61 | 63 | 0 | 33 | 32 | 16 | 167 | 2F | 3A |
| Octal | 306 | 141 | 143 | 0 | 63 | 62 | 26 | 547 | 57 | 72 |
| Binary | 11000110 | 1100001 | 1100011 | 0 | 110011 | 110010 | 10110 | 101100111 | 101111 | 111010 |
Color Harmonies of #C66163
Complementary color
Monochromatic Colors of #C66163
Black with #C66163
Text Example
Text Example
White with #C66163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66163; }
p { color: rgb(198,97,99); }
H1.HeaderClassName
{
color: #C66163;
}
.AnyTagClassName
{
color: #C66163;
}
</style>
background-color css
<style>
a { background-color: #C66163; }
a { background-color: rgb(198,97,99); }
div.DivClassName
{
background-color: #C66163;
}
.BgClassName
{
background-color: #C66163;
}
</style>
border-color css
<style>
span { border-color: #C66163; }
span { border-color: rgb(198,97,99); }
td.TdClassName
{
border-color: #C66163;
}
.TagClassName
{
border-color: #C66163;
}
</style>