Shades of Cabaret #CA5E69
Tints of Cabaret #CA5E69
RGB
CMYK
RGB Variations
Color information
#CA5E69 (or 0xCA5E69) is known color: Cabaret. HEX triplet: CA, 5E and 69. RGB value is (202,94,105). Sum of RGB (Red+Green+Blue) = 202+94+105=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E69 is #35A196. Grayscale: #7F7F7F. Windows color (decimal): -3514775 or 6905546. OLE color: 6905546.
HSL color Cylindrical-coordinate representation of color #CA5E69: hue angle of 353.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5E69 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 105 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.21 |
| HSL | 353.89º | 0.5% | 0.58% | - |
| HSV(B) | 353.89º | 0.53% | 0.79% | - |
| XYZ | 30.91 | 21.58 | 15.9 | - |
| YUV | 127.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 105 | 0 | 0.53 | 0.48 | 0.21 | 353.89 | 0.5 | 0.58 |
| Hex | CA | 5E | 69 | 0 | 35 | 30 | 15 | 162 | 32 | 3A |
| Octal | 312 | 136 | 151 | 0 | 65 | 60 | 25 | 542 | 62 | 72 |
| Binary | 11001010 | 1011110 | 1101001 | 0 | 110101 | 110000 | 10101 | 101100010 | 110010 | 111010 |
Color Harmonies of #CA5E69
Complementary color
Monochromatic Colors of #CA5E69
Black with #CA5E69
Text Example
Text Example
White with #CA5E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E69; }
p { color: rgb(202,94,105); }
H1.HeaderClassName
{
color: #CA5E69;
}
.AnyTagClassName
{
color: #CA5E69;
}
</style>
background-color css
<style>
a { background-color: #CA5E69; }
a { background-color: rgb(202,94,105); }
div.DivClassName
{
background-color: #CA5E69;
}
.BgClassName
{
background-color: #CA5E69;
}
</style>
border-color css
<style>
span { border-color: #CA5E69; }
span { border-color: rgb(202,94,105); }
td.TdClassName
{
border-color: #CA5E69;
}
.TagClassName
{
border-color: #CA5E69;
}
</style>