Shades of Mandy #CA4648
Tints of Mandy #CA4648
RGB
CMYK
RGB Variations
Color information
#CA4648 (or 0xCA4648) is known color: Mandy. HEX triplet: CA, 46 and 48. RGB value is (202,70,72). Sum of RGB (Red+Green+Blue) = 202+70+72=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4648 is #35B9B7. Grayscale: #6D6D6D. Windows color (decimal): -3520952 or 4736714. OLE color: 4736714.
HSL color Cylindrical-coordinate representation of color #CA4648: hue angle of 359.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4648 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 72 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.21 |
| HSL | 359.09º | 0.55% | 0.53% | - |
| HSV(B) | 359.09º | 0.65% | 0.79% | - |
| XYZ | 27.72 | 17.4 | 8.03 | - |
| YUV | 109.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 72 | 0 | 0.65 | 0.64 | 0.21 | 359.09 | 0.55 | 0.53 |
| Hex | CA | 46 | 48 | 0 | 41 | 40 | 15 | 167 | 37 | 35 |
| Octal | 312 | 106 | 110 | 0 | 101 | 100 | 25 | 547 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1001000 | 0 | 1000001 | 1000000 | 10101 | 101100111 | 110111 | 110101 |
Color Harmonies of #CA4648
Complementary color
Monochromatic Colors of #CA4648
Black with #CA4648
Text Example
Text Example
White with #CA4648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4648; }
p { color: rgb(202,70,72); }
H1.HeaderClassName
{
color: #CA4648;
}
.AnyTagClassName
{
color: #CA4648;
}
</style>
background-color css
<style>
a { background-color: #CA4648; }
a { background-color: rgb(202,70,72); }
div.DivClassName
{
background-color: #CA4648;
}
.BgClassName
{
background-color: #CA4648;
}
</style>
border-color css
<style>
span { border-color: #CA4648; }
span { border-color: rgb(202,70,72); }
td.TdClassName
{
border-color: #CA4648;
}
.TagClassName
{
border-color: #CA4648;
}
</style>