Shades of Mandy #CA4351
Tints of Mandy #CA4351
RGB
CMYK
RGB Variations
Color information
#CA4351 (or 0xCA4351) is known color: Mandy. HEX triplet: CA, 43 and 51. RGB value is (202,67,81). Sum of RGB (Red+Green+Blue) = 202+67+81=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4351 is #35BCAE. Grayscale: #6D6D6D. Windows color (decimal): -3521711 or 5325770. OLE color: 5325770.
HSL color Cylindrical-coordinate representation of color #CA4351: hue angle of 353.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4351 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 81 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.21 |
| HSL | 353.78º | 0.56% | 0.53% | - |
| HSV(B) | 353.78º | 0.67% | 0.79% | - |
| XYZ | 27.85 | 17.16 | 9.63 | - |
| YUV | 108.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 81 | 0 | 0.67 | 0.60 | 0.21 | 353.78 | 0.56 | 0.53 |
| Hex | CA | 43 | 51 | 0 | 43 | 3C | 15 | 162 | 38 | 35 |
| Octal | 312 | 103 | 121 | 0 | 103 | 74 | 25 | 542 | 70 | 65 |
| Binary | 11001010 | 1000011 | 1010001 | 0 | 1000011 | 111100 | 10101 | 101100010 | 111000 | 110101 |
Color Harmonies of #CA4351
Complementary color
Monochromatic Colors of #CA4351
Black with #CA4351
Text Example
Text Example
White with #CA4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4351; }
p { color: rgb(202,67,81); }
H1.HeaderClassName
{
color: #CA4351;
}
.AnyTagClassName
{
color: #CA4351;
}
</style>
background-color css
<style>
a { background-color: #CA4351; }
a { background-color: rgb(202,67,81); }
div.DivClassName
{
background-color: #CA4351;
}
.BgClassName
{
background-color: #CA4351;
}
</style>
border-color css
<style>
span { border-color: #CA4351; }
span { border-color: rgb(202,67,81); }
td.TdClassName
{
border-color: #CA4351;
}
.TagClassName
{
border-color: #CA4351;
}
</style>