Shades of Mandy #C3465B
Tints of Mandy #C3465B
RGB
CMYK
RGB Variations
Color information
#C3465B (or 0xC3465B) is known color: Mandy. HEX triplet: C3, 46 and 5B. RGB value is (195,70,91). Sum of RGB (Red+Green+Blue) = 195+70+91=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3465B is #3CB9A4. Grayscale: #6D6D6D. Windows color (decimal): -3979685 or 5981891. OLE color: 5981891.
HSL color Cylindrical-coordinate representation of color #C3465B: hue angle of 349.92º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3465B is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 91 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.24 |
| HSL | 349.92º | 0.51% | 0.52% | - |
| HSV(B) | 349.92º | 0.64% | 0.76% | - |
| XYZ | 26.58 | 16.74 | 11.73 | - |
| YUV | 109.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 91 | 0 | 0.64 | 0.53 | 0.24 | 349.92 | 0.51 | 0.52 |
| Hex | C3 | 46 | 5B | 0 | 40 | 35 | 18 | 15E | 33 | 34 |
| Octal | 303 | 106 | 133 | 0 | 100 | 65 | 30 | 536 | 63 | 64 |
| Binary | 11000011 | 1000110 | 1011011 | 0 | 1000000 | 110101 | 11000 | 101011110 | 110011 | 110100 |
Color Harmonies of #C3465B
Complementary color
Monochromatic Colors of #C3465B
Black with #C3465B
Text Example
Text Example
White with #C3465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3465B; }
p { color: rgb(195,70,91); }
H1.HeaderClassName
{
color: #C3465B;
}
.AnyTagClassName
{
color: #C3465B;
}
</style>
background-color css
<style>
a { background-color: #C3465B; }
a { background-color: rgb(195,70,91); }
div.DivClassName
{
background-color: #C3465B;
}
.BgClassName
{
background-color: #C3465B;
}
</style>
border-color css
<style>
span { border-color: #C3465B; }
span { border-color: rgb(195,70,91); }
td.TdClassName
{
border-color: #C3465B;
}
.TagClassName
{
border-color: #C3465B;
}
</style>