Shades of Mandy #CA4651
Tints of Mandy #CA4651
RGB
CMYK
RGB Variations
Color information
#CA4651 (or 0xCA4651) is known color: Mandy. HEX triplet: CA, 46 and 51. RGB value is (202,70,81). Sum of RGB (Red+Green+Blue) = 202+70+81=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4651 is #35B9AE. Grayscale: #6E6E6E. Windows color (decimal): -3520943 or 5326538. OLE color: 5326538.
HSL color Cylindrical-coordinate representation of color #CA4651: hue angle of 355º 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 #CA4651 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 81 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.21 |
| HSL | 355º | 0.55% | 0.53% | - |
| HSV(B) | 355º | 0.65% | 0.79% | - |
| XYZ | 28.03 | 17.53 | 9.69 | - |
| YUV | 110.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 81 | 0 | 0.65 | 0.60 | 0.21 | 355 | 0.55 | 0.53 |
| Hex | CA | 46 | 51 | 0 | 41 | 3C | 15 | 163 | 37 | 35 |
| Octal | 312 | 106 | 121 | 0 | 101 | 74 | 25 | 543 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1010001 | 0 | 1000001 | 111100 | 10101 | 101100011 | 110111 | 110101 |
Color Harmonies of #CA4651
Complementary color
Monochromatic Colors of #CA4651
Black with #CA4651
Text Example
Text Example
White with #CA4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4651; }
p { color: rgb(202,70,81); }
H1.HeaderClassName
{
color: #CA4651;
}
.AnyTagClassName
{
color: #CA4651;
}
</style>
background-color css
<style>
a { background-color: #CA4651; }
a { background-color: rgb(202,70,81); }
div.DivClassName
{
background-color: #CA4651;
}
.BgClassName
{
background-color: #CA4651;
}
</style>
border-color css
<style>
span { border-color: #CA4651; }
span { border-color: rgb(202,70,81); }
td.TdClassName
{
border-color: #CA4651;
}
.TagClassName
{
border-color: #CA4651;
}
</style>