Shades of Mandy #CA6364
Tints of Mandy #CA6364
RGB
CMYK
RGB Variations
Color information
#CA6364 (or 0xCA6364) is known color: Mandy. HEX triplet: CA, 63 and 64. RGB value is (202,99,100). Sum of RGB (Red+Green+Blue) = 202+99+100=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6364 is #359C9B. Grayscale: #828282. Windows color (decimal): -3513500 or 6579146. OLE color: 6579146.
HSL color Cylindrical-coordinate representation of color #CA6364: hue angle of 359.42º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6364 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 100 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.21 |
| HSL | 359.42º | 0.49% | 0.59% | - |
| HSV(B) | 359.42º | 0.51% | 0.79% | - |
| XYZ | 31.12 | 22.4 | 14.74 | - |
| YUV | 129.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 100 | 0 | 0.51 | 0.50 | 0.21 | 359.42 | 0.49 | 0.59 |
| Hex | CA | 63 | 64 | 0 | 33 | 32 | 15 | 167 | 31 | 3B |
| Octal | 312 | 143 | 144 | 0 | 63 | 62 | 25 | 547 | 61 | 73 |
| Binary | 11001010 | 1100011 | 1100100 | 0 | 110011 | 110010 | 10101 | 101100111 | 110001 | 111011 |
Color Harmonies of #CA6364
Complementary color
Monochromatic Colors of #CA6364
Black with #CA6364
Text Example
Text Example
White with #CA6364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6364; }
p { color: rgb(202,99,100); }
H1.HeaderClassName
{
color: #CA6364;
}
.AnyTagClassName
{
color: #CA6364;
}
</style>
background-color css
<style>
a { background-color: #CA6364; }
a { background-color: rgb(202,99,100); }
div.DivClassName
{
background-color: #CA6364;
}
.BgClassName
{
background-color: #CA6364;
}
</style>
border-color css
<style>
span { border-color: #CA6364; }
span { border-color: rgb(202,99,100); }
td.TdClassName
{
border-color: #CA6364;
}
.TagClassName
{
border-color: #CA6364;
}
</style>