Shades of Mandy #C3485C
Tints of Mandy #C3485C
RGB
CMYK
RGB Variations
Color information
#C3485C (or 0xC3485C) is known color: Mandy. HEX triplet: C3, 48 and 5C. RGB value is (195,72,92). Sum of RGB (Red+Green+Blue) = 195+72+92=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3485C is #3CB7A3. Grayscale: #6F6F6F. Windows color (decimal): -3979172 or 6047939. OLE color: 6047939.
HSL color Cylindrical-coordinate representation of color #C3485C: hue angle of 350.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3485C is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 92 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.24 |
| HSL | 350.24º | 0.51% | 0.52% | - |
| HSV(B) | 350.24º | 0.63% | 0.76% | - |
| XYZ | 26.75 | 17.01 | 12 | - |
| YUV | 111.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 92 | 0 | 0.63 | 0.53 | 0.24 | 350.24 | 0.51 | 0.52 |
| Hex | C3 | 48 | 5C | 0 | 3F | 35 | 18 | 15E | 33 | 34 |
| Octal | 303 | 110 | 134 | 0 | 77 | 65 | 30 | 536 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1011100 | 0 | 111111 | 110101 | 11000 | 101011110 | 110011 | 110100 |
Color Harmonies of #C3485C
Complementary color
Monochromatic Colors of #C3485C
Black with #C3485C
Text Example
Text Example
White with #C3485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3485C; }
p { color: rgb(195,72,92); }
H1.HeaderClassName
{
color: #C3485C;
}
.AnyTagClassName
{
color: #C3485C;
}
</style>
background-color css
<style>
a { background-color: #C3485C; }
a { background-color: rgb(195,72,92); }
div.DivClassName
{
background-color: #C3485C;
}
.BgClassName
{
background-color: #C3485C;
}
</style>
border-color css
<style>
span { border-color: #C3485C; }
span { border-color: rgb(195,72,92); }
td.TdClassName
{
border-color: #C3485C;
}
.TagClassName
{
border-color: #C3485C;
}
</style>