Shades of Mandy #CA454B
Tints of Mandy #CA454B
RGB
CMYK
RGB Variations
Color information
#CA454B (or 0xCA454B) is known color: Mandy. HEX triplet: CA, 45 and 4B. RGB value is (202,69,75). Sum of RGB (Red+Green+Blue) = 202+69+75=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA454B is #35BAB4. Grayscale: #6D6D6D. Windows color (decimal): -3521205 or 4933066. OLE color: 4933066.
HSL color Cylindrical-coordinate representation of color #CA454B: hue angle of 357.29º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA454B is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 75 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.21 |
| HSL | 357.29º | 0.56% | 0.53% | - |
| HSV(B) | 357.29º | 0.66% | 0.79% | - |
| XYZ | 27.76 | 17.32 | 8.54 | - |
| YUV | 109.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 75 | 0 | 0.66 | 0.63 | 0.21 | 357.29 | 0.56 | 0.53 |
| Hex | CA | 45 | 4B | 0 | 42 | 3F | 15 | 165 | 38 | 35 |
| Octal | 312 | 105 | 113 | 0 | 102 | 77 | 25 | 545 | 70 | 65 |
| Binary | 11001010 | 1000101 | 1001011 | 0 | 1000010 | 111111 | 10101 | 101100101 | 111000 | 110101 |
Color Harmonies of #CA454B
Complementary color
Monochromatic Colors of #CA454B
Black with #CA454B
Text Example
Text Example
White with #CA454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA454B; }
p { color: rgb(202,69,75); }
H1.HeaderClassName
{
color: #CA454B;
}
.AnyTagClassName
{
color: #CA454B;
}
</style>
background-color css
<style>
a { background-color: #CA454B; }
a { background-color: rgb(202,69,75); }
div.DivClassName
{
background-color: #CA454B;
}
.BgClassName
{
background-color: #CA454B;
}
</style>
border-color css
<style>
span { border-color: #CA454B; }
span { border-color: rgb(202,69,75); }
td.TdClassName
{
border-color: #CA454B;
}
.TagClassName
{
border-color: #CA454B;
}
</style>