Shades of Mandy #CA4D5C
Tints of Mandy #CA4D5C
RGB
CMYK
RGB Variations
Color information
#CA4D5C (or 0xCA4D5C) is known color: Mandy. HEX triplet: CA, 4D and 5C. RGB value is (202,77,92). Sum of RGB (Red+Green+Blue) = 202+77+92=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D5C is #35B2A3. Grayscale: #747474. Windows color (decimal): -3519140 or 6049226. OLE color: 6049226.
HSL color Cylindrical-coordinate representation of color #CA4D5C: hue angle of 352.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D5C is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 92 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.21 |
| HSL | 352.8º | 0.54% | 0.55% | - |
| HSV(B) | 352.8º | 0.62% | 0.79% | - |
| XYZ | 28.94 | 18.64 | 12.2 | - |
| YUV | 116.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 92 | 0 | 0.62 | 0.54 | 0.21 | 352.8 | 0.54 | 0.55 |
| Hex | CA | 4D | 5C | 0 | 3E | 36 | 15 | 161 | 36 | 37 |
| Octal | 312 | 115 | 134 | 0 | 76 | 66 | 25 | 541 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1011100 | 0 | 111110 | 110110 | 10101 | 101100001 | 110110 | 110111 |
Color Harmonies of #CA4D5C
Complementary color
Monochromatic Colors of #CA4D5C
Black with #CA4D5C
Text Example
Text Example
White with #CA4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D5C; }
p { color: rgb(202,77,92); }
H1.HeaderClassName
{
color: #CA4D5C;
}
.AnyTagClassName
{
color: #CA4D5C;
}
</style>
background-color css
<style>
a { background-color: #CA4D5C; }
a { background-color: rgb(202,77,92); }
div.DivClassName
{
background-color: #CA4D5C;
}
.BgClassName
{
background-color: #CA4D5C;
}
</style>
border-color css
<style>
span { border-color: #CA4D5C; }
span { border-color: rgb(202,77,92); }
td.TdClassName
{
border-color: #CA4D5C;
}
.TagClassName
{
border-color: #CA4D5C;
}
</style>