Shades of Mandy #CA485B
Tints of Mandy #CA485B
RGB
CMYK
RGB Variations
Color information
#CA485B (or 0xCA485B) is known color: Mandy. HEX triplet: CA, 48 and 5B. RGB value is (202,72,91). Sum of RGB (Red+Green+Blue) = 202+72+91=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA485B is #35B7A4. Grayscale: #717171. Windows color (decimal): -3520421 or 5982410. OLE color: 5982410.
HSL color Cylindrical-coordinate representation of color #CA485B: hue angle of 351.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 #CA485B is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 91 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.21 |
| HSL | 351.23º | 0.55% | 0.54% | - |
| HSV(B) | 351.23º | 0.64% | 0.79% | - |
| XYZ | 28.56 | 17.95 | 11.86 | - |
| YUV | 113.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 91 | 0 | 0.64 | 0.55 | 0.21 | 351.23 | 0.55 | 0.54 |
| Hex | CA | 48 | 5B | 0 | 40 | 37 | 15 | 15F | 37 | 36 |
| Octal | 312 | 110 | 133 | 0 | 100 | 67 | 25 | 537 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1011011 | 0 | 1000000 | 110111 | 10101 | 101011111 | 110111 | 110110 |
Color Harmonies of #CA485B
Complementary color
Monochromatic Colors of #CA485B
Black with #CA485B
Text Example
Text Example
White with #CA485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA485B; }
p { color: rgb(202,72,91); }
H1.HeaderClassName
{
color: #CA485B;
}
.AnyTagClassName
{
color: #CA485B;
}
</style>
background-color css
<style>
a { background-color: #CA485B; }
a { background-color: rgb(202,72,91); }
div.DivClassName
{
background-color: #CA485B;
}
.BgClassName
{
background-color: #CA485B;
}
</style>
border-color css
<style>
span { border-color: #CA485B; }
span { border-color: rgb(202,72,91); }
td.TdClassName
{
border-color: #CA485B;
}
.TagClassName
{
border-color: #CA485B;
}
</style>