Shades of Mandy #CA6268
Tints of Mandy #CA6268
RGB
CMYK
RGB Variations
Color information
#CA6268 (or 0xCA6268) is known color: Mandy. HEX triplet: CA, 62 and 68. RGB value is (202,98,104). Sum of RGB (Red+Green+Blue) = 202+98+104=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6268 is #359D97. Grayscale: #818181. Windows color (decimal): -3513752 or 6841034. OLE color: 6841034.
HSL color Cylindrical-coordinate representation of color #CA6268: hue angle of 356.54º degrees, saturation: 0.5, 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 #CA6268 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 104 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.21 |
| HSL | 356.54º | 0.5% | 0.59% | - |
| HSV(B) | 356.54º | 0.51% | 0.79% | - |
| XYZ | 31.22 | 22.29 | 15.75 | - |
| YUV | 129.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 104 | 0 | 0.51 | 0.49 | 0.21 | 356.54 | 0.5 | 0.59 |
| Hex | CA | 62 | 68 | 0 | 33 | 31 | 15 | 165 | 32 | 3B |
| Octal | 312 | 142 | 150 | 0 | 63 | 61 | 25 | 545 | 62 | 73 |
| Binary | 11001010 | 1100010 | 1101000 | 0 | 110011 | 110001 | 10101 | 101100101 | 110010 | 111011 |
Color Harmonies of #CA6268
Complementary color
Monochromatic Colors of #CA6268
Black with #CA6268
Text Example
Text Example
White with #CA6268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6268; }
p { color: rgb(202,98,104); }
H1.HeaderClassName
{
color: #CA6268;
}
.AnyTagClassName
{
color: #CA6268;
}
</style>
background-color css
<style>
a { background-color: #CA6268; }
a { background-color: rgb(202,98,104); }
div.DivClassName
{
background-color: #CA6268;
}
.BgClassName
{
background-color: #CA6268;
}
</style>
border-color css
<style>
span { border-color: #CA6268; }
span { border-color: rgb(202,98,104); }
td.TdClassName
{
border-color: #CA6268;
}
.TagClassName
{
border-color: #CA6268;
}
</style>