Shades of Mandy #C3535C
Tints of Mandy #C3535C
RGB
CMYK
RGB Variations
Color information
#C3535C (or 0xC3535C) is known color: Mandy. HEX triplet: C3, 53 and 5C. RGB value is (195,83,92). Sum of RGB (Red+Green+Blue) = 195+83+92=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3535C is #3CACA3. Grayscale: #757575. Windows color (decimal): -3976356 or 6050755. OLE color: 6050755.
HSL color Cylindrical-coordinate representation of color #C3535C: hue angle of 355.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3535C is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 92 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.24 |
| HSL | 355.18º | 0.48% | 0.55% | - |
| HSV(B) | 355.18º | 0.57% | 0.76% | - |
| XYZ | 27.53 | 18.56 | 12.26 | - |
| YUV | 117.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 92 | 0 | 0.57 | 0.53 | 0.24 | 355.18 | 0.48 | 0.55 |
| Hex | C3 | 53 | 5C | 0 | 39 | 35 | 18 | 163 | 30 | 37 |
| Octal | 303 | 123 | 134 | 0 | 71 | 65 | 30 | 543 | 60 | 67 |
| Binary | 11000011 | 1010011 | 1011100 | 0 | 111001 | 110101 | 11000 | 101100011 | 110000 | 110111 |
Color Harmonies of #C3535C
Complementary color
Monochromatic Colors of #C3535C
Black with #C3535C
Text Example
Text Example
White with #C3535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3535C; }
p { color: rgb(195,83,92); }
H1.HeaderClassName
{
color: #C3535C;
}
.AnyTagClassName
{
color: #C3535C;
}
</style>
background-color css
<style>
a { background-color: #C3535C; }
a { background-color: rgb(195,83,92); }
div.DivClassName
{
background-color: #C3535C;
}
.BgClassName
{
background-color: #C3535C;
}
</style>
border-color css
<style>
span { border-color: #C3535C; }
span { border-color: rgb(195,83,92); }
td.TdClassName
{
border-color: #C3535C;
}
.TagClassName
{
border-color: #C3535C;
}
</style>