Shades of Mandy #C6535C
Tints of Mandy #C6535C
RGB
CMYK
RGB Variations
Color information
#C6535C (or 0xC6535C) is known color: Mandy. HEX triplet: C6, 53 and 5C. RGB value is (198,83,92). Sum of RGB (Red+Green+Blue) = 198+83+92=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6535C is #39ACA3. Grayscale: #767676. Windows color (decimal): -3779748 or 6050758. OLE color: 6050758.
HSL color Cylindrical-coordinate representation of color #C6535C: hue angle of 355.3º 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 #C6535C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 92 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.22 |
| HSL | 355.3º | 0.5% | 0.55% | - |
| HSV(B) | 355.3º | 0.58% | 0.78% | - |
| XYZ | 28.31 | 18.96 | 12.29 | - |
| YUV | 118.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 92 | 0 | 0.58 | 0.54 | 0.22 | 355.3 | 0.5 | 0.55 |
| Hex | C6 | 53 | 5C | 0 | 3A | 36 | 16 | 163 | 32 | 37 |
| Octal | 306 | 123 | 134 | 0 | 72 | 66 | 26 | 543 | 62 | 67 |
| Binary | 11000110 | 1010011 | 1011100 | 0 | 111010 | 110110 | 10110 | 101100011 | 110010 | 110111 |
Color Harmonies of #C6535C
Complementary color
Monochromatic Colors of #C6535C
Black with #C6535C
Text Example
Text Example
White with #C6535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6535C; }
p { color: rgb(198,83,92); }
H1.HeaderClassName
{
color: #C6535C;
}
.AnyTagClassName
{
color: #C6535C;
}
</style>
background-color css
<style>
a { background-color: #C6535C; }
a { background-color: rgb(198,83,92); }
div.DivClassName
{
background-color: #C6535C;
}
.BgClassName
{
background-color: #C6535C;
}
</style>
border-color css
<style>
span { border-color: #C6535C; }
span { border-color: rgb(198,83,92); }
td.TdClassName
{
border-color: #C6535C;
}
.TagClassName
{
border-color: #C6535C;
}
</style>