Shades of Mandy #C36A6B
Tints of Mandy #C36A6B
RGB
CMYK
RGB Variations
Color information
#C36A6B (or 0xC36A6B) is known color: Mandy. HEX triplet: C3, 6A and 6B. RGB value is (195,106,107). Sum of RGB (Red+Green+Blue) = 195+106+107=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A6B is #3C9594. Grayscale: #848484. Windows color (decimal): -3970453 or 7039683. OLE color: 7039683.
HSL color Cylindrical-coordinate representation of color #C36A6B: hue angle of 359.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36A6B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 107 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.24 |
| HSL | 359.33º | 0.43% | 0.59% | - |
| HSV(B) | 359.33º | 0.46% | 0.76% | - |
| XYZ | 30.31 | 22.97 | 16.75 | - |
| YUV | 132.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 107 | 0 | 0.46 | 0.45 | 0.24 | 359.33 | 0.43 | 0.59 |
| Hex | C3 | 6A | 6B | 0 | 2E | 2D | 18 | 167 | 2B | 3B |
| Octal | 303 | 152 | 153 | 0 | 56 | 55 | 30 | 547 | 53 | 73 |
| Binary | 11000011 | 1101010 | 1101011 | 0 | 101110 | 101101 | 11000 | 101100111 | 101011 | 111011 |
Color Harmonies of #C36A6B
Complementary color
Monochromatic Colors of #C36A6B
Black with #C36A6B
Text Example
Text Example
White with #C36A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A6B; }
p { color: rgb(195,106,107); }
H1.HeaderClassName
{
color: #C36A6B;
}
.AnyTagClassName
{
color: #C36A6B;
}
</style>
background-color css
<style>
a { background-color: #C36A6B; }
a { background-color: rgb(195,106,107); }
div.DivClassName
{
background-color: #C36A6B;
}
.BgClassName
{
background-color: #C36A6B;
}
</style>
border-color css
<style>
span { border-color: #C36A6B; }
span { border-color: rgb(195,106,107); }
td.TdClassName
{
border-color: #C36A6B;
}
.TagClassName
{
border-color: #C36A6B;
}
</style>