Shades of Mandy #CA435C
Tints of Mandy #CA435C
RGB
CMYK
RGB Variations
Color information
#CA435C (or 0xCA435C) is known color: Mandy. HEX triplet: CA, 43 and 5C. RGB value is (202,67,92). Sum of RGB (Red+Green+Blue) = 202+67+92=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA435C is #35BCA3. Grayscale: #6E6E6E. Windows color (decimal): -3521700 or 6046666. OLE color: 6046666.
HSL color Cylindrical-coordinate representation of color #CA435C: hue angle of 348.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA435C is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 92 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.21 |
| HSL | 348.89º | 0.56% | 0.53% | - |
| HSV(B) | 348.89º | 0.67% | 0.79% | - |
| XYZ | 28.3 | 17.34 | 11.98 | - |
| YUV | 110.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 92 | 0 | 0.67 | 0.54 | 0.21 | 348.89 | 0.56 | 0.53 |
| Hex | CA | 43 | 5C | 0 | 43 | 36 | 15 | 15D | 38 | 35 |
| Octal | 312 | 103 | 134 | 0 | 103 | 66 | 25 | 535 | 70 | 65 |
| Binary | 11001010 | 1000011 | 1011100 | 0 | 1000011 | 110110 | 10101 | 101011101 | 111000 | 110101 |
Color Harmonies of #CA435C
Complementary color
Monochromatic Colors of #CA435C
Black with #CA435C
Text Example
Text Example
White with #CA435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA435C; }
p { color: rgb(202,67,92); }
H1.HeaderClassName
{
color: #CA435C;
}
.AnyTagClassName
{
color: #CA435C;
}
</style>
background-color css
<style>
a { background-color: #CA435C; }
a { background-color: rgb(202,67,92); }
div.DivClassName
{
background-color: #CA435C;
}
.BgClassName
{
background-color: #CA435C;
}
</style>
border-color css
<style>
span { border-color: #CA435C; }
span { border-color: rgb(202,67,92); }
td.TdClassName
{
border-color: #CA435C;
}
.TagClassName
{
border-color: #CA435C;
}
</style>