Shades of Mandy #CA474E
Tints of Mandy #CA474E
RGB
CMYK
RGB Variations
Color information
#CA474E (or 0xCA474E) is known color: Mandy. HEX triplet: CA, 47 and 4E. RGB value is (202,71,78). Sum of RGB (Red+Green+Blue) = 202+71+78=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA474E is #35B8B1. Grayscale: #6F6F6F. Windows color (decimal): -3520690 or 5130186. OLE color: 5130186.
HSL color Cylindrical-coordinate representation of color #CA474E: hue angle of 356.79º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA474E is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 78 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.21 |
| HSL | 356.79º | 0.55% | 0.54% | - |
| HSV(B) | 356.79º | 0.65% | 0.79% | - |
| XYZ | 27.99 | 17.61 | 9.13 | - |
| YUV | 110.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 78 | 0 | 0.65 | 0.61 | 0.21 | 356.79 | 0.55 | 0.54 |
| Hex | CA | 47 | 4E | 0 | 41 | 3D | 15 | 165 | 37 | 36 |
| Octal | 312 | 107 | 116 | 0 | 101 | 75 | 25 | 545 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1001110 | 0 | 1000001 | 111101 | 10101 | 101100101 | 110111 | 110110 |
Color Harmonies of #CA474E
Complementary color
Monochromatic Colors of #CA474E
Black with #CA474E
Text Example
Text Example
White with #CA474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA474E; }
p { color: rgb(202,71,78); }
H1.HeaderClassName
{
color: #CA474E;
}
.AnyTagClassName
{
color: #CA474E;
}
</style>
background-color css
<style>
a { background-color: #CA474E; }
a { background-color: rgb(202,71,78); }
div.DivClassName
{
background-color: #CA474E;
}
.BgClassName
{
background-color: #CA474E;
}
</style>
border-color css
<style>
span { border-color: #CA474E; }
span { border-color: rgb(202,71,78); }
td.TdClassName
{
border-color: #CA474E;
}
.TagClassName
{
border-color: #CA474E;
}
</style>