Shades of Mandy #C65358
Tints of Mandy #C65358
RGB
CMYK
RGB Variations
Color information
#C65358 (or 0xC65358) is known color: Mandy. HEX triplet: C6, 53 and 58. RGB value is (198,83,88). Sum of RGB (Red+Green+Blue) = 198+83+88=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C65358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65358 is #39ACA7. Grayscale: #767676. Windows color (decimal): -3779752 or 5788614. OLE color: 5788614.
HSL color Cylindrical-coordinate representation of color #C65358: hue angle of 357.39º 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 #C65358 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 88 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.22 |
| HSL | 357.39º | 0.5% | 0.55% | - |
| HSV(B) | 357.39º | 0.58% | 0.78% | - |
| XYZ | 28.14 | 18.9 | 11.4 | - |
| YUV | 117.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 88 | 0 | 0.58 | 0.56 | 0.22 | 357.39 | 0.5 | 0.55 |
| Hex | C6 | 53 | 58 | 0 | 3A | 38 | 16 | 165 | 32 | 37 |
| Octal | 306 | 123 | 130 | 0 | 72 | 70 | 26 | 545 | 62 | 67 |
| Binary | 11000110 | 1010011 | 1011000 | 0 | 111010 | 111000 | 10110 | 101100101 | 110010 | 110111 |
Color Harmonies of #C65358
Complementary color
Monochromatic Colors of #C65358
Black with #C65358
Text Example
Text Example
White with #C65358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65358; }
p { color: rgb(198,83,88); }
H1.HeaderClassName
{
color: #C65358;
}
.AnyTagClassName
{
color: #C65358;
}
</style>
background-color css
<style>
a { background-color: #C65358; }
a { background-color: rgb(198,83,88); }
div.DivClassName
{
background-color: #C65358;
}
.BgClassName
{
background-color: #C65358;
}
</style>
border-color css
<style>
span { border-color: #C65358; }
span { border-color: rgb(198,83,88); }
td.TdClassName
{
border-color: #C65358;
}
.TagClassName
{
border-color: #C65358;
}
</style>