Shades of Mandy #CA4553
Tints of Mandy #CA4553
RGB
CMYK
RGB Variations
Color information
#CA4553 (or 0xCA4553) is known color: Mandy. HEX triplet: CA, 45 and 53. RGB value is (202,69,83). Sum of RGB (Red+Green+Blue) = 202+69+83=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4553 is #35BAAC. Grayscale: #6E6E6E. Windows color (decimal): -3521197 or 5457354. OLE color: 5457354.
HSL color Cylindrical-coordinate representation of color #CA4553: hue angle of 353.68º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4553 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 83 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.21 |
| HSL | 353.68º | 0.56% | 0.53% | - |
| HSV(B) | 353.68º | 0.66% | 0.79% | - |
| XYZ | 28.05 | 17.44 | 10.07 | - |
| YUV | 110.36 | 112.56 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 83 | 0 | 0.66 | 0.59 | 0.21 | 353.68 | 0.56 | 0.53 |
| Hex | CA | 45 | 53 | 0 | 42 | 3B | 15 | 162 | 38 | 35 |
| Octal | 312 | 105 | 123 | 0 | 102 | 73 | 25 | 542 | 70 | 65 |
| Binary | 11001010 | 1000101 | 1010011 | 0 | 1000010 | 111011 | 10101 | 101100010 | 111000 | 110101 |
Color Harmonies of #CA4553
Complementary color
Monochromatic Colors of #CA4553
Black with #CA4553
Text Example
Text Example
White with #CA4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4553; }
p { color: rgb(202,69,83); }
H1.HeaderClassName
{
color: #CA4553;
}
.AnyTagClassName
{
color: #CA4553;
}
</style>
background-color css
<style>
a { background-color: #CA4553; }
a { background-color: rgb(202,69,83); }
div.DivClassName
{
background-color: #CA4553;
}
.BgClassName
{
background-color: #CA4553;
}
</style>
border-color css
<style>
span { border-color: #CA4553; }
span { border-color: rgb(202,69,83); }
td.TdClassName
{
border-color: #CA4553;
}
.TagClassName
{
border-color: #CA4553;
}
</style>