Shades of Mandy #C36162
Tints of Mandy #C36162
RGB
CMYK
RGB Variations
Color information
#C36162 (or 0xC36162) is known color: Mandy. HEX triplet: C3, 61 and 62. RGB value is (195,97,98). Sum of RGB (Red+Green+Blue) = 195+97+98=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C36162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36162 is #3C9E9D. Grayscale: #7E7E7E. Windows color (decimal): -3972766 or 6447555. OLE color: 6447555.
HSL color Cylindrical-coordinate representation of color #C36162: hue angle of 359.39º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36162 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 98 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.24 |
| HSL | 359.39º | 0.45% | 0.57% | - |
| HSV(B) | 359.39º | 0.5% | 0.76% | - |
| XYZ | 28.98 | 21.03 | 14.09 | - |
| YUV | 126.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 98 | 0 | 0.50 | 0.50 | 0.24 | 359.39 | 0.45 | 0.57 |
| Hex | C3 | 61 | 62 | 0 | 32 | 32 | 18 | 167 | 2D | 39 |
| Octal | 303 | 141 | 142 | 0 | 62 | 62 | 30 | 547 | 55 | 71 |
| Binary | 11000011 | 1100001 | 1100010 | 0 | 110010 | 110010 | 11000 | 101100111 | 101101 | 111001 |
Color Harmonies of #C36162
Complementary color
Monochromatic Colors of #C36162
Black with #C36162
Text Example
Text Example
White with #C36162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36162; }
p { color: rgb(195,97,98); }
H1.HeaderClassName
{
color: #C36162;
}
.AnyTagClassName
{
color: #C36162;
}
</style>
background-color css
<style>
a { background-color: #C36162; }
a { background-color: rgb(195,97,98); }
div.DivClassName
{
background-color: #C36162;
}
.BgClassName
{
background-color: #C36162;
}
</style>
border-color css
<style>
span { border-color: #C36162; }
span { border-color: rgb(195,97,98); }
td.TdClassName
{
border-color: #C36162;
}
.TagClassName
{
border-color: #C36162;
}
</style>