Shades of Mandy #C34353
Tints of Mandy #C34353
RGB
CMYK
RGB Variations
Color information
#C34353 (or 0xC34353) is known color: Mandy. HEX triplet: C3, 43 and 53. RGB value is (195,67,83). Sum of RGB (Red+Green+Blue) = 195+67+83=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C34353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34353 is #3CBCAC. Grayscale: #6B6B6B. Windows color (decimal): -3980461 or 5456835. OLE color: 5456835.
HSL color Cylindrical-coordinate representation of color #C34353: hue angle of 352.5º 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 #C34353 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 83 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.24 |
| HSL | 352.5º | 0.52% | 0.51% | - |
| HSV(B) | 352.5º | 0.66% | 0.76% | - |
| XYZ | 26.07 | 16.24 | 9.94 | - |
| YUV | 107.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 83 | 0 | 0.66 | 0.57 | 0.24 | 352.5 | 0.52 | 0.51 |
| Hex | C3 | 43 | 53 | 0 | 42 | 39 | 18 | 160 | 34 | 33 |
| Octal | 303 | 103 | 123 | 0 | 102 | 71 | 30 | 540 | 64 | 63 |
| Binary | 11000011 | 1000011 | 1010011 | 0 | 1000010 | 111001 | 11000 | 101100000 | 110100 | 110011 |
Color Harmonies of #C34353
Complementary color
Monochromatic Colors of #C34353
Black with #C34353
Text Example
Text Example
White with #C34353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34353; }
p { color: rgb(195,67,83); }
H1.HeaderClassName
{
color: #C34353;
}
.AnyTagClassName
{
color: #C34353;
}
</style>
background-color css
<style>
a { background-color: #C34353; }
a { background-color: rgb(195,67,83); }
div.DivClassName
{
background-color: #C34353;
}
.BgClassName
{
background-color: #C34353;
}
</style>
border-color css
<style>
span { border-color: #C34353; }
span { border-color: rgb(195,67,83); }
td.TdClassName
{
border-color: #C34353;
}
.TagClassName
{
border-color: #C34353;
}
</style>