Shades of Mandy #CA4B4E
Tints of Mandy #CA4B4E
RGB
CMYK
RGB Variations
Color information
#CA4B4E (or 0xCA4B4E) is known color: Mandy. HEX triplet: CA, 4B and 4E. RGB value is (202,75,78). Sum of RGB (Red+Green+Blue) = 202+75+78=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B4E is #35B4B1. Grayscale: #717171. Windows color (decimal): -3519666 or 5131210. OLE color: 5131210.
HSL color Cylindrical-coordinate representation of color #CA4B4E: hue angle of 358.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4B4E is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 78 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.21 |
| HSL | 358.58º | 0.55% | 0.54% | - |
| HSV(B) | 358.58º | 0.63% | 0.79% | - |
| XYZ | 28.25 | 18.14 | 9.22 | - |
| YUV | 113.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 78 | 0 | 0.63 | 0.61 | 0.21 | 358.58 | 0.55 | 0.54 |
| Hex | CA | 4B | 4E | 0 | 3F | 3D | 15 | 167 | 37 | 36 |
| Octal | 312 | 113 | 116 | 0 | 77 | 75 | 25 | 547 | 67 | 66 |
| Binary | 11001010 | 1001011 | 1001110 | 0 | 111111 | 111101 | 10101 | 101100111 | 110111 | 110110 |
Color Harmonies of #CA4B4E
Complementary color
Monochromatic Colors of #CA4B4E
Black with #CA4B4E
Text Example
Text Example
White with #CA4B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4B4E; }
p { color: rgb(202,75,78); }
H1.HeaderClassName
{
color: #CA4B4E;
}
.AnyTagClassName
{
color: #CA4B4E;
}
</style>
background-color css
<style>
a { background-color: #CA4B4E; }
a { background-color: rgb(202,75,78); }
div.DivClassName
{
background-color: #CA4B4E;
}
.BgClassName
{
background-color: #CA4B4E;
}
</style>
border-color css
<style>
span { border-color: #CA4B4E; }
span { border-color: rgb(202,75,78); }
td.TdClassName
{
border-color: #CA4B4E;
}
.TagClassName
{
border-color: #CA4B4E;
}
</style>