Shades of Mandy #C65B64
Tints of Mandy #C65B64
RGB
CMYK
RGB Variations
Color information
#C65B64 (or 0xC65B64) is known color: Mandy. HEX triplet: C6, 5B and 64. RGB value is (198,91,100). Sum of RGB (Red+Green+Blue) = 198+91+100=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65B64 is #39A49B. Grayscale: #7C7C7C. Windows color (decimal): -3777692 or 6577094. OLE color: 6577094.
HSL color Cylindrical-coordinate representation of color #C65B64: hue angle of 354.95º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65B64 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 100 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.22 |
| HSL | 354.95º | 0.48% | 0.57% | - |
| HSV(B) | 354.95º | 0.54% | 0.78% | - |
| XYZ | 29.33 | 20.41 | 14.45 | - |
| YUV | 124.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 100 | 0 | 0.54 | 0.49 | 0.22 | 354.95 | 0.48 | 0.57 |
| Hex | C6 | 5B | 64 | 0 | 36 | 31 | 16 | 163 | 30 | 39 |
| Octal | 306 | 133 | 144 | 0 | 66 | 61 | 26 | 543 | 60 | 71 |
| Binary | 11000110 | 1011011 | 1100100 | 0 | 110110 | 110001 | 10110 | 101100011 | 110000 | 111001 |
Color Harmonies of #C65B64
Complementary color
Monochromatic Colors of #C65B64
Black with #C65B64
Text Example
Text Example
White with #C65B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B64; }
p { color: rgb(198,91,100); }
H1.HeaderClassName
{
color: #C65B64;
}
.AnyTagClassName
{
color: #C65B64;
}
</style>
background-color css
<style>
a { background-color: #C65B64; }
a { background-color: rgb(198,91,100); }
div.DivClassName
{
background-color: #C65B64;
}
.BgClassName
{
background-color: #C65B64;
}
</style>
border-color css
<style>
span { border-color: #C65B64; }
span { border-color: rgb(198,91,100); }
td.TdClassName
{
border-color: #C65B64;
}
.TagClassName
{
border-color: #C65B64;
}
</style>