Shades of Mandy #C45F65
Tints of Mandy #C45F65
RGB
CMYK
RGB Variations
Color information
#C45F65 (or 0xC45F65) is known color: Mandy. HEX triplet: C4, 5F and 65. RGB value is (196,95,101). Sum of RGB (Red+Green+Blue) = 196+95+101=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F65 is #3BA09A. Grayscale: #7D7D7D. Windows color (decimal): -3907739 or 6643652. OLE color: 6643652.
HSL color Cylindrical-coordinate representation of color #C45F65: hue angle of 356.44º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45F65 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 101 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.23 |
| HSL | 356.44º | 0.46% | 0.57% | - |
| HSV(B) | 356.44º | 0.52% | 0.77% | - |
| XYZ | 29.21 | 20.86 | 14.8 | - |
| YUV | 125.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 101 | 0 | 0.52 | 0.48 | 0.23 | 356.44 | 0.46 | 0.57 |
| Hex | C4 | 5F | 65 | 0 | 34 | 30 | 17 | 164 | 2E | 39 |
| Octal | 304 | 137 | 145 | 0 | 64 | 60 | 27 | 544 | 56 | 71 |
| Binary | 11000100 | 1011111 | 1100101 | 0 | 110100 | 110000 | 10111 | 101100100 | 101110 | 111001 |
Color Harmonies of #C45F65
Complementary color
Monochromatic Colors of #C45F65
Black with #C45F65
Text Example
Text Example
White with #C45F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F65; }
p { color: rgb(196,95,101); }
H1.HeaderClassName
{
color: #C45F65;
}
.AnyTagClassName
{
color: #C45F65;
}
</style>
background-color css
<style>
a { background-color: #C45F65; }
a { background-color: rgb(196,95,101); }
div.DivClassName
{
background-color: #C45F65;
}
.BgClassName
{
background-color: #C45F65;
}
</style>
border-color css
<style>
span { border-color: #C45F65; }
span { border-color: rgb(196,95,101); }
td.TdClassName
{
border-color: #C45F65;
}
.TagClassName
{
border-color: #C45F65;
}
</style>