Shades of Mandy #CA445C
Tints of Mandy #CA445C
RGB
CMYK
RGB Variations
Color information
#CA445C (or 0xCA445C) is known color: Mandy. HEX triplet: CA, 44 and 5C. RGB value is (202,68,92). Sum of RGB (Red+Green+Blue) = 202+68+92=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA445C is #35BBA3. Grayscale: #6E6E6E. Windows color (decimal): -3521444 or 6046922. OLE color: 6046922.
HSL color Cylindrical-coordinate representation of color #CA445C: hue angle of 349.25º 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 #CA445C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 92 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.21 |
| HSL | 349.25º | 0.56% | 0.53% | - |
| HSV(B) | 349.25º | 0.66% | 0.79% | - |
| XYZ | 28.36 | 17.46 | 12 | - |
| YUV | 110.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 92 | 0 | 0.66 | 0.54 | 0.21 | 349.25 | 0.56 | 0.53 |
| Hex | CA | 44 | 5C | 0 | 42 | 36 | 15 | 15D | 38 | 35 |
| Octal | 312 | 104 | 134 | 0 | 102 | 66 | 25 | 535 | 70 | 65 |
| Binary | 11001010 | 1000100 | 1011100 | 0 | 1000010 | 110110 | 10101 | 101011101 | 111000 | 110101 |
Color Harmonies of #CA445C
Complementary color
Monochromatic Colors of #CA445C
Black with #CA445C
Text Example
Text Example
White with #CA445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA445C; }
p { color: rgb(202,68,92); }
H1.HeaderClassName
{
color: #CA445C;
}
.AnyTagClassName
{
color: #CA445C;
}
</style>
background-color css
<style>
a { background-color: #CA445C; }
a { background-color: rgb(202,68,92); }
div.DivClassName
{
background-color: #CA445C;
}
.BgClassName
{
background-color: #CA445C;
}
</style>
border-color css
<style>
span { border-color: #CA445C; }
span { border-color: rgb(202,68,92); }
td.TdClassName
{
border-color: #CA445C;
}
.TagClassName
{
border-color: #CA445C;
}
</style>