Shades of Mandy #CA474B
Tints of Mandy #CA474B
RGB
CMYK
RGB Variations
Color information
#CA474B (or 0xCA474B) is known color: Mandy. HEX triplet: CA, 47 and 4B. RGB value is (202,71,75). Sum of RGB (Red+Green+Blue) = 202+71+75=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA474B is #35B8B4. Grayscale: #6E6E6E. Windows color (decimal): -3520693 or 4933578. OLE color: 4933578.
HSL color Cylindrical-coordinate representation of color #CA474B: hue angle of 358.17º 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 #CA474B is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 75 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.21 |
| HSL | 358.17º | 0.55% | 0.54% | - |
| HSV(B) | 358.17º | 0.65% | 0.79% | - |
| XYZ | 27.88 | 17.57 | 8.58 | - |
| YUV | 110.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 75 | 0 | 0.65 | 0.63 | 0.21 | 358.17 | 0.55 | 0.54 |
| Hex | CA | 47 | 4B | 0 | 41 | 3F | 15 | 166 | 37 | 36 |
| Octal | 312 | 107 | 113 | 0 | 101 | 77 | 25 | 546 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1001011 | 0 | 1000001 | 111111 | 10101 | 101100110 | 110111 | 110110 |
Color Harmonies of #CA474B
Complementary color
Monochromatic Colors of #CA474B
Black with #CA474B
Text Example
Text Example
White with #CA474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA474B; }
p { color: rgb(202,71,75); }
H1.HeaderClassName
{
color: #CA474B;
}
.AnyTagClassName
{
color: #CA474B;
}
</style>
background-color css
<style>
a { background-color: #CA474B; }
a { background-color: rgb(202,71,75); }
div.DivClassName
{
background-color: #CA474B;
}
.BgClassName
{
background-color: #CA474B;
}
</style>
border-color css
<style>
span { border-color: #CA474B; }
span { border-color: rgb(202,71,75); }
td.TdClassName
{
border-color: #CA474B;
}
.TagClassName
{
border-color: #CA474B;
}
</style>