Shades of Mandy #CA6669
Tints of Mandy #CA6669
RGB
CMYK
RGB Variations
Color information
#CA6669 (or 0xCA6669) is known color: Mandy. HEX triplet: CA, 66 and 69. RGB value is (202,102,105). Sum of RGB (Red+Green+Blue) = 202+102+105=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6669 is #359996. Grayscale: #848484. Windows color (decimal): -3512727 or 6907594. OLE color: 6907594.
HSL color Cylindrical-coordinate representation of color #CA6669: hue angle of 358.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6669 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 105 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.21 |
| HSL | 358.2º | 0.49% | 0.6% | - |
| HSV(B) | 358.2º | 0.5% | 0.79% | - |
| XYZ | 31.66 | 23.08 | 16.15 | - |
| YUV | 132.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 105 | 0 | 0.50 | 0.48 | 0.21 | 358.2 | 0.49 | 0.6 |
| Hex | CA | 66 | 69 | 0 | 32 | 30 | 15 | 166 | 31 | 3C |
| Octal | 312 | 146 | 151 | 0 | 62 | 60 | 25 | 546 | 61 | 74 |
| Binary | 11001010 | 1100110 | 1101001 | 0 | 110010 | 110000 | 10101 | 101100110 | 110001 | 111100 |
Color Harmonies of #CA6669
Complementary color
Monochromatic Colors of #CA6669
Black with #CA6669
Text Example
Text Example
White with #CA6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6669; }
p { color: rgb(202,102,105); }
H1.HeaderClassName
{
color: #CA6669;
}
.AnyTagClassName
{
color: #CA6669;
}
</style>
background-color css
<style>
a { background-color: #CA6669; }
a { background-color: rgb(202,102,105); }
div.DivClassName
{
background-color: #CA6669;
}
.BgClassName
{
background-color: #CA6669;
}
</style>
border-color css
<style>
span { border-color: #CA6669; }
span { border-color: rgb(202,102,105); }
td.TdClassName
{
border-color: #CA6669;
}
.TagClassName
{
border-color: #CA6669;
}
</style>