Shades of Mandy #CA6368
Tints of Mandy #CA6368
RGB
CMYK
RGB Variations
Color information
#CA6368 (or 0xCA6368) is known color: Mandy. HEX triplet: CA, 63 and 68. RGB value is (202,99,104). Sum of RGB (Red+Green+Blue) = 202+99+104=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6368 is #359C97. Grayscale: #828282. Windows color (decimal): -3513496 or 6841290. OLE color: 6841290.
HSL color Cylindrical-coordinate representation of color #CA6368: hue angle of 357.09º 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 #CA6368 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 104 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.21 |
| HSL | 357.09º | 0.49% | 0.59% | - |
| HSV(B) | 357.09º | 0.51% | 0.79% | - |
| XYZ | 31.32 | 22.48 | 15.79 | - |
| YUV | 130.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 104 | 0 | 0.51 | 0.49 | 0.21 | 357.09 | 0.49 | 0.59 |
| Hex | CA | 63 | 68 | 0 | 33 | 31 | 15 | 165 | 31 | 3B |
| Octal | 312 | 143 | 150 | 0 | 63 | 61 | 25 | 545 | 61 | 73 |
| Binary | 11001010 | 1100011 | 1101000 | 0 | 110011 | 110001 | 10101 | 101100101 | 110001 | 111011 |
Color Harmonies of #CA6368
Complementary color
Monochromatic Colors of #CA6368
Black with #CA6368
Text Example
Text Example
White with #CA6368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6368; }
p { color: rgb(202,99,104); }
H1.HeaderClassName
{
color: #CA6368;
}
.AnyTagClassName
{
color: #CA6368;
}
</style>
background-color css
<style>
a { background-color: #CA6368; }
a { background-color: rgb(202,99,104); }
div.DivClassName
{
background-color: #CA6368;
}
.BgClassName
{
background-color: #CA6368;
}
</style>
border-color css
<style>
span { border-color: #CA6368; }
span { border-color: rgb(202,99,104); }
td.TdClassName
{
border-color: #CA6368;
}
.TagClassName
{
border-color: #CA6368;
}
</style>