Shades of Mandy #C65F66
Tints of Mandy #C65F66
RGB
CMYK
RGB Variations
Color information
#C65F66 (or 0xC65F66) is known color: Mandy. HEX triplet: C6, 5F and 66. RGB value is (198,95,102). Sum of RGB (Red+Green+Blue) = 198+95+102=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F66 is #39A099. Grayscale: #7E7E7E. Windows color (decimal): -3776666 or 6709190. OLE color: 6709190.
HSL color Cylindrical-coordinate representation of color #C65F66: hue angle of 355.92º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65F66 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 102 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.22 |
| HSL | 355.92º | 0.47% | 0.57% | - |
| HSV(B) | 355.92º | 0.52% | 0.78% | - |
| XYZ | 29.78 | 21.15 | 15.08 | - |
| YUV | 126.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 102 | 0 | 0.52 | 0.48 | 0.22 | 355.92 | 0.47 | 0.57 |
| Hex | C6 | 5F | 66 | 0 | 34 | 30 | 16 | 164 | 2F | 39 |
| Octal | 306 | 137 | 146 | 0 | 64 | 60 | 26 | 544 | 57 | 71 |
| Binary | 11000110 | 1011111 | 1100110 | 0 | 110100 | 110000 | 10110 | 101100100 | 101111 | 111001 |
Color Harmonies of #C65F66
Complementary color
Monochromatic Colors of #C65F66
Black with #C65F66
Text Example
Text Example
White with #C65F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F66; }
p { color: rgb(198,95,102); }
H1.HeaderClassName
{
color: #C65F66;
}
.AnyTagClassName
{
color: #C65F66;
}
</style>
background-color css
<style>
a { background-color: #C65F66; }
a { background-color: rgb(198,95,102); }
div.DivClassName
{
background-color: #C65F66;
}
.BgClassName
{
background-color: #C65F66;
}
</style>
border-color css
<style>
span { border-color: #C65F66; }
span { border-color: rgb(198,95,102); }
td.TdClassName
{
border-color: #C65F66;
}
.TagClassName
{
border-color: #C65F66;
}
</style>