Shades of Mandy #CA696A
Tints of Mandy #CA696A
RGB
CMYK
RGB Variations
Color information
#CA696A (or 0xCA696A) is known color: Mandy. HEX triplet: CA, 69 and 6A. RGB value is (202,105,106). Sum of RGB (Red+Green+Blue) = 202+105+106=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA696A is #359695. Grayscale: #868686. Windows color (decimal): -3511958 or 6973898. OLE color: 6973898.
HSL color Cylindrical-coordinate representation of color #CA696A: hue angle of 359.38º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA696A is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 106 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.21 |
| HSL | 359.38º | 0.48% | 0.6% | - |
| HSV(B) | 359.38º | 0.48% | 0.79% | - |
| XYZ | 32.01 | 23.7 | 16.52 | - |
| YUV | 134.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 106 | 0 | 0.48 | 0.48 | 0.21 | 359.38 | 0.48 | 0.6 |
| Hex | CA | 69 | 6A | 0 | 30 | 30 | 15 | 167 | 30 | 3C |
| Octal | 312 | 151 | 152 | 0 | 60 | 60 | 25 | 547 | 60 | 74 |
| Binary | 11001010 | 1101001 | 1101010 | 0 | 110000 | 110000 | 10101 | 101100111 | 110000 | 111100 |
Color Harmonies of #CA696A
Complementary color
Monochromatic Colors of #CA696A
Black with #CA696A
Text Example
Text Example
White with #CA696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA696A; }
p { color: rgb(202,105,106); }
H1.HeaderClassName
{
color: #CA696A;
}
.AnyTagClassName
{
color: #CA696A;
}
</style>
background-color css
<style>
a { background-color: #CA696A; }
a { background-color: rgb(202,105,106); }
div.DivClassName
{
background-color: #CA696A;
}
.BgClassName
{
background-color: #CA696A;
}
</style>
border-color css
<style>
span { border-color: #CA696A; }
span { border-color: rgb(202,105,106); }
td.TdClassName
{
border-color: #CA696A;
}
.TagClassName
{
border-color: #CA696A;
}
</style>