Shades of Mandy #CA474F
Tints of Mandy #CA474F
RGB
CMYK
RGB Variations
Color information
#CA474F (or 0xCA474F) is known color: Mandy. HEX triplet: CA, 47 and 4F. RGB value is (202,71,79). Sum of RGB (Red+Green+Blue) = 202+71+79=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA474F is #35B8B0. Grayscale: #6F6F6F. Windows color (decimal): -3520689 or 5195722. OLE color: 5195722.
HSL color Cylindrical-coordinate representation of color #CA474F: hue angle of 356.34º 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 #CA474F is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 79 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.21 |
| HSL | 356.34º | 0.55% | 0.54% | - |
| HSV(B) | 356.34º | 0.65% | 0.79% | - |
| XYZ | 28.02 | 17.63 | 9.32 | - |
| YUV | 111.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 79 | 0 | 0.65 | 0.61 | 0.21 | 356.34 | 0.55 | 0.54 |
| Hex | CA | 47 | 4F | 0 | 41 | 3D | 15 | 164 | 37 | 36 |
| Octal | 312 | 107 | 117 | 0 | 101 | 75 | 25 | 544 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1001111 | 0 | 1000001 | 111101 | 10101 | 101100100 | 110111 | 110110 |
Color Harmonies of #CA474F
Complementary color
Monochromatic Colors of #CA474F
Black with #CA474F
Text Example
Text Example
White with #CA474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA474F; }
p { color: rgb(202,71,79); }
H1.HeaderClassName
{
color: #CA474F;
}
.AnyTagClassName
{
color: #CA474F;
}
</style>
background-color css
<style>
a { background-color: #CA474F; }
a { background-color: rgb(202,71,79); }
div.DivClassName
{
background-color: #CA474F;
}
.BgClassName
{
background-color: #CA474F;
}
</style>
border-color css
<style>
span { border-color: #CA474F; }
span { border-color: rgb(202,71,79); }
td.TdClassName
{
border-color: #CA474F;
}
.TagClassName
{
border-color: #CA474F;
}
</style>