Shades of Cabaret #CA696C
Tints of Cabaret #CA696C
RGB
CMYK
RGB Variations
Color information
#CA696C (or 0xCA696C) is known color: Cabaret. HEX triplet: CA, 69 and 6C. RGB value is (202,105,108). Sum of RGB (Red+Green+Blue) = 202+105+108=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA696C is #359693. Grayscale: #868686. Windows color (decimal): -3511956 or 7104970. OLE color: 7104970.
HSL color Cylindrical-coordinate representation of color #CA696C: hue angle of 358.14º 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 #CA696C is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 108 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.21 |
| HSL | 358.14º | 0.48% | 0.6% | - |
| HSV(B) | 358.14º | 0.48% | 0.79% | - |
| XYZ | 32.12 | 23.74 | 17.08 | - |
| YUV | 134.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 108 | 0 | 0.48 | 0.47 | 0.21 | 358.14 | 0.48 | 0.6 |
| Hex | CA | 69 | 6C | 0 | 30 | 2F | 15 | 166 | 30 | 3C |
| Octal | 312 | 151 | 154 | 0 | 60 | 57 | 25 | 546 | 60 | 74 |
| Binary | 11001010 | 1101001 | 1101100 | 0 | 110000 | 101111 | 10101 | 101100110 | 110000 | 111100 |
Color Harmonies of #CA696C
Complementary color
Monochromatic Colors of #CA696C
Black with #CA696C
Text Example
Text Example
White with #CA696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA696C; }
p { color: rgb(202,105,108); }
H1.HeaderClassName
{
color: #CA696C;
}
.AnyTagClassName
{
color: #CA696C;
}
</style>
background-color css
<style>
a { background-color: #CA696C; }
a { background-color: rgb(202,105,108); }
div.DivClassName
{
background-color: #CA696C;
}
.BgClassName
{
background-color: #CA696C;
}
</style>
border-color css
<style>
span { border-color: #CA696C; }
span { border-color: rgb(202,105,108); }
td.TdClassName
{
border-color: #CA696C;
}
.TagClassName
{
border-color: #CA696C;
}
</style>