Shades of Mandy #C3435D
Tints of Mandy #C3435D
RGB
CMYK
RGB Variations
Color information
#C3435D (or 0xC3435D) is known color: Mandy. HEX triplet: C3, 43 and 5D. RGB value is (195,67,93). Sum of RGB (Red+Green+Blue) = 195+67+93=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3435D is #3CBCA2. Grayscale: #6C6C6C. Windows color (decimal): -3980451 or 6112195. OLE color: 6112195.
HSL color Cylindrical-coordinate representation of color #C3435D: hue angle of 347.81º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3435D is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 93 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.24 |
| HSL | 347.81º | 0.52% | 0.51% | - |
| HSV(B) | 347.81º | 0.66% | 0.76% | - |
| XYZ | 26.49 | 16.41 | 12.13 | - |
| YUV | 108.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 93 | 0 | 0.66 | 0.52 | 0.24 | 347.81 | 0.52 | 0.51 |
| Hex | C3 | 43 | 5D | 0 | 42 | 34 | 18 | 15C | 34 | 33 |
| Octal | 303 | 103 | 135 | 0 | 102 | 64 | 30 | 534 | 64 | 63 |
| Binary | 11000011 | 1000011 | 1011101 | 0 | 1000010 | 110100 | 11000 | 101011100 | 110100 | 110011 |
Color Harmonies of #C3435D
Complementary color
Monochromatic Colors of #C3435D
Black with #C3435D
Text Example
Text Example
White with #C3435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3435D; }
p { color: rgb(195,67,93); }
H1.HeaderClassName
{
color: #C3435D;
}
.AnyTagClassName
{
color: #C3435D;
}
</style>
background-color css
<style>
a { background-color: #C3435D; }
a { background-color: rgb(195,67,93); }
div.DivClassName
{
background-color: #C3435D;
}
.BgClassName
{
background-color: #C3435D;
}
</style>
border-color css
<style>
span { border-color: #C3435D; }
span { border-color: rgb(195,67,93); }
td.TdClassName
{
border-color: #C3435D;
}
.TagClassName
{
border-color: #C3435D;
}
</style>