Shades of Mandy #C65A61
Tints of Mandy #C65A61
RGB
CMYK
RGB Variations
Color information
#C65A61 (or 0xC65A61) is known color: Mandy. HEX triplet: C6, 5A and 61. RGB value is (198,90,97). Sum of RGB (Red+Green+Blue) = 198+90+97=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A61 is #39A59E. Grayscale: #7B7B7B. Windows color (decimal): -3777951 or 6380230. OLE color: 6380230.
HSL color Cylindrical-coordinate representation of color #C65A61: hue angle of 356.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65A61 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 97 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.22 |
| HSL | 356.11º | 0.49% | 0.56% | - |
| HSV(B) | 356.11º | 0.55% | 0.78% | - |
| XYZ | 29.1 | 20.18 | 13.67 | - |
| YUV | 123.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 97 | 0 | 0.55 | 0.51 | 0.22 | 356.11 | 0.49 | 0.56 |
| Hex | C6 | 5A | 61 | 0 | 37 | 33 | 16 | 164 | 31 | 38 |
| Octal | 306 | 132 | 141 | 0 | 67 | 63 | 26 | 544 | 61 | 70 |
| Binary | 11000110 | 1011010 | 1100001 | 0 | 110111 | 110011 | 10110 | 101100100 | 110001 | 111000 |
Color Harmonies of #C65A61
Complementary color
Monochromatic Colors of #C65A61
Black with #C65A61
Text Example
Text Example
White with #C65A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A61; }
p { color: rgb(198,90,97); }
H1.HeaderClassName
{
color: #C65A61;
}
.AnyTagClassName
{
color: #C65A61;
}
</style>
background-color css
<style>
a { background-color: #C65A61; }
a { background-color: rgb(198,90,97); }
div.DivClassName
{
background-color: #C65A61;
}
.BgClassName
{
background-color: #C65A61;
}
</style>
border-color css
<style>
span { border-color: #C65A61; }
span { border-color: rgb(198,90,97); }
td.TdClassName
{
border-color: #C65A61;
}
.TagClassName
{
border-color: #C65A61;
}
</style>