Shades of Mandy #CA415A
Tints of Mandy #CA415A
RGB
CMYK
RGB Variations
Color information
#CA415A (or 0xCA415A) is known color: Mandy. HEX triplet: CA, 41 and 5A. RGB value is (202,65,90). Sum of RGB (Red+Green+Blue) = 202+65+90=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA415A is #35BEA5. Grayscale: #6C6C6C. Windows color (decimal): -3522214 or 5915082. OLE color: 5915082.
HSL color Cylindrical-coordinate representation of color #CA415A: hue angle of 349.05º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA415A is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 90 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.21 |
| HSL | 349.05º | 0.56% | 0.52% | - |
| HSV(B) | 349.05º | 0.68% | 0.79% | - |
| XYZ | 28.09 | 17.08 | 11.49 | - |
| YUV | 108.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 90 | 0 | 0.68 | 0.55 | 0.21 | 349.05 | 0.56 | 0.52 |
| Hex | CA | 41 | 5A | 0 | 44 | 37 | 15 | 15D | 38 | 34 |
| Octal | 312 | 101 | 132 | 0 | 104 | 67 | 25 | 535 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1011010 | 0 | 1000100 | 110111 | 10101 | 101011101 | 111000 | 110100 |
Color Harmonies of #CA415A
Complementary color
Monochromatic Colors of #CA415A
Black with #CA415A
Text Example
Text Example
White with #CA415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA415A; }
p { color: rgb(202,65,90); }
H1.HeaderClassName
{
color: #CA415A;
}
.AnyTagClassName
{
color: #CA415A;
}
</style>
background-color css
<style>
a { background-color: #CA415A; }
a { background-color: rgb(202,65,90); }
div.DivClassName
{
background-color: #CA415A;
}
.BgClassName
{
background-color: #CA415A;
}
</style>
border-color css
<style>
span { border-color: #CA415A; }
span { border-color: rgb(202,65,90); }
td.TdClassName
{
border-color: #CA415A;
}
.TagClassName
{
border-color: #CA415A;
}
</style>