Shades of Mandy #CA4448
Tints of Mandy #CA4448
RGB
CMYK
RGB Variations
Color information
#CA4448 (or 0xCA4448) is known color: Mandy. HEX triplet: CA, 44 and 48. RGB value is (202,68,72). Sum of RGB (Red+Green+Blue) = 202+68+72=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4448 is #35BBB7. Grayscale: #6C6C6C. Windows color (decimal): -3521464 or 4736202. OLE color: 4736202.
HSL color Cylindrical-coordinate representation of color #CA4448: hue angle of 358.21º 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 #CA4448 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 72 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.21 |
| HSL | 358.21º | 0.56% | 0.53% | - |
| HSV(B) | 358.21º | 0.66% | 0.79% | - |
| XYZ | 27.59 | 17.16 | 7.99 | - |
| YUV | 108.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 72 | 0 | 0.66 | 0.64 | 0.21 | 358.21 | 0.56 | 0.53 |
| Hex | CA | 44 | 48 | 0 | 42 | 40 | 15 | 166 | 38 | 35 |
| Octal | 312 | 104 | 110 | 0 | 102 | 100 | 25 | 546 | 70 | 65 |
| Binary | 11001010 | 1000100 | 1001000 | 0 | 1000010 | 1000000 | 10101 | 101100110 | 111000 | 110101 |
Color Harmonies of #CA4448
Complementary color
Monochromatic Colors of #CA4448
Black with #CA4448
Text Example
Text Example
White with #CA4448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4448; }
p { color: rgb(202,68,72); }
H1.HeaderClassName
{
color: #CA4448;
}
.AnyTagClassName
{
color: #CA4448;
}
</style>
background-color css
<style>
a { background-color: #CA4448; }
a { background-color: rgb(202,68,72); }
div.DivClassName
{
background-color: #CA4448;
}
.BgClassName
{
background-color: #CA4448;
}
</style>
border-color css
<style>
span { border-color: #CA4448; }
span { border-color: rgb(202,68,72); }
td.TdClassName
{
border-color: #CA4448;
}
.TagClassName
{
border-color: #CA4448;
}
</style>