Shades of Mandy #CA6267
Tints of Mandy #CA6267
RGB
CMYK
RGB Variations
Color information
#CA6267 (or 0xCA6267) is known color: Mandy. HEX triplet: CA, 62 and 67. RGB value is (202,98,103). Sum of RGB (Red+Green+Blue) = 202+98+103=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6267 is #359D98. Grayscale: #818181. Windows color (decimal): -3513753 or 6775498. OLE color: 6775498.
HSL color Cylindrical-coordinate representation of color #CA6267: hue angle of 357.12º 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 #CA6267 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 103 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.21 |
| HSL | 357.12º | 0.5% | 0.59% | - |
| HSV(B) | 357.12º | 0.51% | 0.79% | - |
| XYZ | 31.17 | 22.27 | 15.49 | - |
| YUV | 129.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 103 | 0 | 0.51 | 0.49 | 0.21 | 357.12 | 0.5 | 0.59 |
| Hex | CA | 62 | 67 | 0 | 33 | 31 | 15 | 165 | 32 | 3B |
| Octal | 312 | 142 | 147 | 0 | 63 | 61 | 25 | 545 | 62 | 73 |
| Binary | 11001010 | 1100010 | 1100111 | 0 | 110011 | 110001 | 10101 | 101100101 | 110010 | 111011 |
Color Harmonies of #CA6267
Complementary color
Monochromatic Colors of #CA6267
Black with #CA6267
Text Example
Text Example
White with #CA6267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6267; }
p { color: rgb(202,98,103); }
H1.HeaderClassName
{
color: #CA6267;
}
.AnyTagClassName
{
color: #CA6267;
}
</style>
background-color css
<style>
a { background-color: #CA6267; }
a { background-color: rgb(202,98,103); }
div.DivClassName
{
background-color: #CA6267;
}
.BgClassName
{
background-color: #CA6267;
}
</style>
border-color css
<style>
span { border-color: #CA6267; }
span { border-color: rgb(202,98,103); }
td.TdClassName
{
border-color: #CA6267;
}
.TagClassName
{
border-color: #CA6267;
}
</style>