Shades of Mandy #CA474C
Tints of Mandy #CA474C
RGB
CMYK
RGB Variations
Color information
#CA474C (or 0xCA474C) is known color: Mandy. HEX triplet: CA, 47 and 4C. RGB value is (202,71,76). Sum of RGB (Red+Green+Blue) = 202+71+76=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA474C is #35B8B3. Grayscale: #6E6E6E. Windows color (decimal): -3520692 or 4999114. OLE color: 4999114.
HSL color Cylindrical-coordinate representation of color #CA474C: hue angle of 357.71º 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 #CA474C is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 76 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.21 |
| HSL | 357.71º | 0.55% | 0.54% | - |
| HSV(B) | 357.71º | 0.65% | 0.79% | - |
| XYZ | 27.91 | 17.58 | 8.76 | - |
| YUV | 110.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 76 | 0 | 0.65 | 0.62 | 0.21 | 357.71 | 0.55 | 0.54 |
| Hex | CA | 47 | 4C | 0 | 41 | 3E | 15 | 166 | 37 | 36 |
| Octal | 312 | 107 | 114 | 0 | 101 | 76 | 25 | 546 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1001100 | 0 | 1000001 | 111110 | 10101 | 101100110 | 110111 | 110110 |
Color Harmonies of #CA474C
Complementary color
Monochromatic Colors of #CA474C
Black with #CA474C
Text Example
Text Example
White with #CA474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA474C; }
p { color: rgb(202,71,76); }
H1.HeaderClassName
{
color: #CA474C;
}
.AnyTagClassName
{
color: #CA474C;
}
</style>
background-color css
<style>
a { background-color: #CA474C; }
a { background-color: rgb(202,71,76); }
div.DivClassName
{
background-color: #CA474C;
}
.BgClassName
{
background-color: #CA474C;
}
</style>
border-color css
<style>
span { border-color: #CA474C; }
span { border-color: rgb(202,71,76); }
td.TdClassName
{
border-color: #CA474C;
}
.TagClassName
{
border-color: #CA474C;
}
</style>