Shades of Mandy #C66769
Tints of Mandy #C66769
RGB
CMYK
RGB Variations
Color information
#C66769 (or 0xC66769) is known color: Mandy. HEX triplet: C6, 67 and 69. RGB value is (198,103,105). Sum of RGB (Red+Green+Blue) = 198+103+105=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C66769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66769 is #399896. Grayscale: #838383. Windows color (decimal): -3774615 or 6907846. OLE color: 6907846.
HSL color Cylindrical-coordinate representation of color #C66769: hue angle of 358.74º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66769 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 105 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.22 |
| HSL | 358.74º | 0.45% | 0.59% | - |
| HSV(B) | 358.74º | 0.48% | 0.78% | - |
| XYZ | 30.69 | 22.73 | 16.13 | - |
| YUV | 131.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 105 | 0 | 0.48 | 0.47 | 0.22 | 358.74 | 0.45 | 0.59 |
| Hex | C6 | 67 | 69 | 0 | 30 | 2F | 16 | 167 | 2D | 3B |
| Octal | 306 | 147 | 151 | 0 | 60 | 57 | 26 | 547 | 55 | 73 |
| Binary | 11000110 | 1100111 | 1101001 | 0 | 110000 | 101111 | 10110 | 101100111 | 101101 | 111011 |
Color Harmonies of #C66769
Complementary color
Monochromatic Colors of #C66769
Black with #C66769
Text Example
Text Example
White with #C66769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66769; }
p { color: rgb(198,103,105); }
H1.HeaderClassName
{
color: #C66769;
}
.AnyTagClassName
{
color: #C66769;
}
</style>
background-color css
<style>
a { background-color: #C66769; }
a { background-color: rgb(198,103,105); }
div.DivClassName
{
background-color: #C66769;
}
.BgClassName
{
background-color: #C66769;
}
</style>
border-color css
<style>
span { border-color: #C66769; }
span { border-color: rgb(198,103,105); }
td.TdClassName
{
border-color: #C66769;
}
.TagClassName
{
border-color: #C66769;
}
</style>