Shades of Mandy #C3505A
Tints of Mandy #C3505A
RGB
CMYK
RGB Variations
Color information
#C3505A (or 0xC3505A) is known color: Mandy. HEX triplet: C3, 50 and 5A. RGB value is (195,80,90). Sum of RGB (Red+Green+Blue) = 195+80+90=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C3505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3505A is #3CAFA5. Grayscale: #737373. Windows color (decimal): -3977126 or 5918915. OLE color: 5918915.
HSL color Cylindrical-coordinate representation of color #C3505A: hue angle of 354.78º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3505A is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 90 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.24 |
| HSL | 354.78º | 0.49% | 0.54% | - |
| HSV(B) | 354.78º | 0.59% | 0.76% | - |
| XYZ | 27.22 | 18.08 | 11.73 | - |
| YUV | 115.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 90 | 0 | 0.59 | 0.54 | 0.24 | 354.78 | 0.49 | 0.54 |
| Hex | C3 | 50 | 5A | 0 | 3B | 36 | 18 | 163 | 31 | 36 |
| Octal | 303 | 120 | 132 | 0 | 73 | 66 | 30 | 543 | 61 | 66 |
| Binary | 11000011 | 1010000 | 1011010 | 0 | 111011 | 110110 | 11000 | 101100011 | 110001 | 110110 |
Color Harmonies of #C3505A
Complementary color
Monochromatic Colors of #C3505A
Black with #C3505A
Text Example
Text Example
White with #C3505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3505A; }
p { color: rgb(195,80,90); }
H1.HeaderClassName
{
color: #C3505A;
}
.AnyTagClassName
{
color: #C3505A;
}
</style>
background-color css
<style>
a { background-color: #C3505A; }
a { background-color: rgb(195,80,90); }
div.DivClassName
{
background-color: #C3505A;
}
.BgClassName
{
background-color: #C3505A;
}
</style>
border-color css
<style>
span { border-color: #C3505A; }
span { border-color: rgb(195,80,90); }
td.TdClassName
{
border-color: #C3505A;
}
.TagClassName
{
border-color: #C3505A;
}
</style>