Shades of Mandy #C65357
Tints of Mandy #C65357
RGB
CMYK
RGB Variations
Color information
#C65357 (or 0xC65357) is known color: Mandy. HEX triplet: C6, 53 and 57. RGB value is (198,83,87). Sum of RGB (Red+Green+Blue) = 198+83+87=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C65357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65357 is #39ACA8. Grayscale: #757575. Windows color (decimal): -3779753 or 5723078. OLE color: 5723078.
HSL color Cylindrical-coordinate representation of color #C65357: hue angle of 357.91º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65357 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 87 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.22 |
| HSL | 357.91º | 0.5% | 0.55% | - |
| HSV(B) | 357.91º | 0.58% | 0.78% | - |
| XYZ | 28.1 | 18.88 | 11.18 | - |
| YUV | 117.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 87 | 0 | 0.58 | 0.56 | 0.22 | 357.91 | 0.5 | 0.55 |
| Hex | C6 | 53 | 57 | 0 | 3A | 38 | 16 | 166 | 32 | 37 |
| Octal | 306 | 123 | 127 | 0 | 72 | 70 | 26 | 546 | 62 | 67 |
| Binary | 11000110 | 1010011 | 1010111 | 0 | 111010 | 111000 | 10110 | 101100110 | 110010 | 110111 |
Color Harmonies of #C65357
Complementary color
Monochromatic Colors of #C65357
Black with #C65357
Text Example
Text Example
White with #C65357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65357; }
p { color: rgb(198,83,87); }
H1.HeaderClassName
{
color: #C65357;
}
.AnyTagClassName
{
color: #C65357;
}
</style>
background-color css
<style>
a { background-color: #C65357; }
a { background-color: rgb(198,83,87); }
div.DivClassName
{
background-color: #C65357;
}
.BgClassName
{
background-color: #C65357;
}
</style>
border-color css
<style>
span { border-color: #C65357; }
span { border-color: rgb(198,83,87); }
td.TdClassName
{
border-color: #C65357;
}
.TagClassName
{
border-color: #C65357;
}
</style>