Shades of Mandy #CA6366
Tints of Mandy #CA6366
RGB
CMYK
RGB Variations
Color information
#CA6366 (or 0xCA6366) is known color: Mandy. HEX triplet: CA, 63 and 66. RGB value is (202,99,102). Sum of RGB (Red+Green+Blue) = 202+99+102=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6366 is #359C99. Grayscale: #828282. Windows color (decimal): -3513498 or 6710218. OLE color: 6710218.
HSL color Cylindrical-coordinate representation of color #CA6366: hue angle of 358.25º 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 #CA6366 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 102 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.21 |
| HSL | 358.25º | 0.49% | 0.59% | - |
| HSV(B) | 358.25º | 0.51% | 0.79% | - |
| XYZ | 31.22 | 22.44 | 15.26 | - |
| YUV | 130.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 102 | 0 | 0.51 | 0.50 | 0.21 | 358.25 | 0.49 | 0.59 |
| Hex | CA | 63 | 66 | 0 | 33 | 32 | 15 | 166 | 31 | 3B |
| Octal | 312 | 143 | 146 | 0 | 63 | 62 | 25 | 546 | 61 | 73 |
| Binary | 11001010 | 1100011 | 1100110 | 0 | 110011 | 110010 | 10101 | 101100110 | 110001 | 111011 |
Color Harmonies of #CA6366
Complementary color
Monochromatic Colors of #CA6366
Black with #CA6366
Text Example
Text Example
White with #CA6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6366; }
p { color: rgb(202,99,102); }
H1.HeaderClassName
{
color: #CA6366;
}
.AnyTagClassName
{
color: #CA6366;
}
</style>
background-color css
<style>
a { background-color: #CA6366; }
a { background-color: rgb(202,99,102); }
div.DivClassName
{
background-color: #CA6366;
}
.BgClassName
{
background-color: #CA6366;
}
</style>
border-color css
<style>
span { border-color: #CA6366; }
span { border-color: rgb(202,99,102); }
td.TdClassName
{
border-color: #CA6366;
}
.TagClassName
{
border-color: #CA6366;
}
</style>