Shades of Mandy #CA485C
Tints of Mandy #CA485C
RGB
CMYK
RGB Variations
Color information
#CA485C (or 0xCA485C) is known color: Mandy. HEX triplet: CA, 48 and 5C. RGB value is (202,72,92). Sum of RGB (Red+Green+Blue) = 202+72+92=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA485C is #35B7A3. Grayscale: #717171. Windows color (decimal): -3520420 or 6047946. OLE color: 6047946.
HSL color Cylindrical-coordinate representation of color #CA485C: hue angle of 350.77º 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 #CA485C is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 92 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.21 |
| HSL | 350.77º | 0.55% | 0.54% | - |
| HSV(B) | 350.77º | 0.64% | 0.79% | - |
| XYZ | 28.61 | 17.96 | 12.08 | - |
| YUV | 113.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 92 | 0 | 0.64 | 0.54 | 0.21 | 350.77 | 0.55 | 0.54 |
| Hex | CA | 48 | 5C | 0 | 40 | 36 | 15 | 15F | 37 | 36 |
| Octal | 312 | 110 | 134 | 0 | 100 | 66 | 25 | 537 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1011100 | 0 | 1000000 | 110110 | 10101 | 101011111 | 110111 | 110110 |
Color Harmonies of #CA485C
Complementary color
Monochromatic Colors of #CA485C
Black with #CA485C
Text Example
Text Example
White with #CA485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA485C; }
p { color: rgb(202,72,92); }
H1.HeaderClassName
{
color: #CA485C;
}
.AnyTagClassName
{
color: #CA485C;
}
</style>
background-color css
<style>
a { background-color: #CA485C; }
a { background-color: rgb(202,72,92); }
div.DivClassName
{
background-color: #CA485C;
}
.BgClassName
{
background-color: #CA485C;
}
</style>
border-color css
<style>
span { border-color: #CA485C; }
span { border-color: rgb(202,72,92); }
td.TdClassName
{
border-color: #CA485C;
}
.TagClassName
{
border-color: #CA485C;
}
</style>