Shades of Mandy #CA4150
Tints of Mandy #CA4150
RGB
CMYK
RGB Variations
Color information
#CA4150 (or 0xCA4150) is known color: Mandy. HEX triplet: CA, 41 and 50. RGB value is (202,65,80). Sum of RGB (Red+Green+Blue) = 202+65+80=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4150 is #35BEAF. Grayscale: #6B6B6B. Windows color (decimal): -3522224 or 5259722. OLE color: 5259722.
HSL color Cylindrical-coordinate representation of color #CA4150: hue angle of 353.43º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4150 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 80 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.21 |
| HSL | 353.43º | 0.56% | 0.52% | - |
| HSV(B) | 353.43º | 0.68% | 0.79% | - |
| XYZ | 27.7 | 16.92 | 9.39 | - |
| YUV | 107.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 80 | 0 | 0.68 | 0.60 | 0.21 | 353.43 | 0.56 | 0.52 |
| Hex | CA | 41 | 50 | 0 | 44 | 3C | 15 | 161 | 38 | 34 |
| Octal | 312 | 101 | 120 | 0 | 104 | 74 | 25 | 541 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1010000 | 0 | 1000100 | 111100 | 10101 | 101100001 | 111000 | 110100 |
Color Harmonies of #CA4150
Complementary color
Monochromatic Colors of #CA4150
Black with #CA4150
Text Example
Text Example
White with #CA4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4150; }
p { color: rgb(202,65,80); }
H1.HeaderClassName
{
color: #CA4150;
}
.AnyTagClassName
{
color: #CA4150;
}
</style>
background-color css
<style>
a { background-color: #CA4150; }
a { background-color: rgb(202,65,80); }
div.DivClassName
{
background-color: #CA4150;
}
.BgClassName
{
background-color: #CA4150;
}
</style>
border-color css
<style>
span { border-color: #CA4150; }
span { border-color: rgb(202,65,80); }
td.TdClassName
{
border-color: #CA4150;
}
.TagClassName
{
border-color: #CA4150;
}
</style>