Shades of Mandy #CA484E
Tints of Mandy #CA484E
RGB
CMYK
RGB Variations
Color information
#CA484E (or 0xCA484E) is known color: Mandy. HEX triplet: CA, 48 and 4E. RGB value is (202,72,78). Sum of RGB (Red+Green+Blue) = 202+72+78=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA484E is #35B7B1. Grayscale: #6F6F6F. Windows color (decimal): -3520434 or 5130442. OLE color: 5130442.
HSL color Cylindrical-coordinate representation of color #CA484E: hue angle of 357.23º 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 #CA484E is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 78 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.21 |
| HSL | 357.23º | 0.55% | 0.54% | - |
| HSV(B) | 357.23º | 0.64% | 0.79% | - |
| XYZ | 28.05 | 17.74 | 9.15 | - |
| YUV | 111.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 78 | 0 | 0.64 | 0.61 | 0.21 | 357.23 | 0.55 | 0.54 |
| Hex | CA | 48 | 4E | 0 | 40 | 3D | 15 | 165 | 37 | 36 |
| Octal | 312 | 110 | 116 | 0 | 100 | 75 | 25 | 545 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1001110 | 0 | 1000000 | 111101 | 10101 | 101100101 | 110111 | 110110 |
Color Harmonies of #CA484E
Complementary color
Monochromatic Colors of #CA484E
Black with #CA484E
Text Example
Text Example
White with #CA484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA484E; }
p { color: rgb(202,72,78); }
H1.HeaderClassName
{
color: #CA484E;
}
.AnyTagClassName
{
color: #CA484E;
}
</style>
background-color css
<style>
a { background-color: #CA484E; }
a { background-color: rgb(202,72,78); }
div.DivClassName
{
background-color: #CA484E;
}
.BgClassName
{
background-color: #CA484E;
}
</style>
border-color css
<style>
span { border-color: #CA484E; }
span { border-color: rgb(202,72,78); }
td.TdClassName
{
border-color: #CA484E;
}
.TagClassName
{
border-color: #CA484E;
}
</style>