Shades of Mandy #CA484B
Tints of Mandy #CA484B
RGB
CMYK
RGB Variations
Color information
#CA484B (or 0xCA484B) is known color: Mandy. HEX triplet: CA, 48 and 4B. RGB value is (202,72,75). Sum of RGB (Red+Green+Blue) = 202+72+75=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA484B is #35B7B4. Grayscale: #6F6F6F. Windows color (decimal): -3520437 or 4933834. OLE color: 4933834.
HSL color Cylindrical-coordinate representation of color #CA484B: hue angle of 358.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA484B is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 75 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.21 |
| HSL | 358.62º | 0.55% | 0.54% | - |
| HSV(B) | 358.62º | 0.64% | 0.79% | - |
| XYZ | 27.94 | 17.7 | 8.6 | - |
| YUV | 111.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 75 | 0 | 0.64 | 0.63 | 0.21 | 358.62 | 0.55 | 0.54 |
| Hex | CA | 48 | 4B | 0 | 40 | 3F | 15 | 167 | 37 | 36 |
| Octal | 312 | 110 | 113 | 0 | 100 | 77 | 25 | 547 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1001011 | 0 | 1000000 | 111111 | 10101 | 101100111 | 110111 | 110110 |
Color Harmonies of #CA484B
Complementary color
Monochromatic Colors of #CA484B
Black with #CA484B
Text Example
Text Example
White with #CA484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA484B; }
p { color: rgb(202,72,75); }
H1.HeaderClassName
{
color: #CA484B;
}
.AnyTagClassName
{
color: #CA484B;
}
</style>
background-color css
<style>
a { background-color: #CA484B; }
a { background-color: rgb(202,72,75); }
div.DivClassName
{
background-color: #CA484B;
}
.BgClassName
{
background-color: #CA484B;
}
</style>
border-color css
<style>
span { border-color: #CA484B; }
span { border-color: rgb(202,72,75); }
td.TdClassName
{
border-color: #CA484B;
}
.TagClassName
{
border-color: #CA484B;
}
</style>