Shades of Mandy #CA484C
Tints of Mandy #CA484C
RGB
CMYK
RGB Variations
Color information
#CA484C (or 0xCA484C) is known color: Mandy. HEX triplet: CA, 48 and 4C. RGB value is (202,72,76). Sum of RGB (Red+Green+Blue) = 202+72+76=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA484C is #35B7B3. Grayscale: #6F6F6F. Windows color (decimal): -3520436 or 4999370. OLE color: 4999370.
HSL color Cylindrical-coordinate representation of color #CA484C: hue angle of 358.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA484C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 76 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.21 |
| HSL | 358.15º | 0.55% | 0.54% | - |
| HSV(B) | 358.15º | 0.64% | 0.79% | - |
| XYZ | 27.98 | 17.71 | 8.78 | - |
| YUV | 111.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 76 | 0 | 0.64 | 0.62 | 0.21 | 358.15 | 0.55 | 0.54 |
| Hex | CA | 48 | 4C | 0 | 40 | 3E | 15 | 166 | 37 | 36 |
| Octal | 312 | 110 | 114 | 0 | 100 | 76 | 25 | 546 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1001100 | 0 | 1000000 | 111110 | 10101 | 101100110 | 110111 | 110110 |
Color Harmonies of #CA484C
Complementary color
Monochromatic Colors of #CA484C
Black with #CA484C
Text Example
Text Example
White with #CA484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA484C; }
p { color: rgb(202,72,76); }
H1.HeaderClassName
{
color: #CA484C;
}
.AnyTagClassName
{
color: #CA484C;
}
</style>
background-color css
<style>
a { background-color: #CA484C; }
a { background-color: rgb(202,72,76); }
div.DivClassName
{
background-color: #CA484C;
}
.BgClassName
{
background-color: #CA484C;
}
</style>
border-color css
<style>
span { border-color: #CA484C; }
span { border-color: rgb(202,72,76); }
td.TdClassName
{
border-color: #CA484C;
}
.TagClassName
{
border-color: #CA484C;
}
</style>