Shades of Cabaret #CA5665
Tints of Cabaret #CA5665
RGB
CMYK
RGB Variations
Color information
#CA5665 (or 0xCA5665) is known color: Cabaret. HEX triplet: CA, 56 and 65. RGB value is (202,86,101). Sum of RGB (Red+Green+Blue) = 202+86+101=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5665 is #35A99A. Grayscale: #7A7A7A. Windows color (decimal): -3516827 or 6641354. OLE color: 6641354.
HSL color Cylindrical-coordinate representation of color #CA5665: hue angle of 352.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5665 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 101 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.21 |
| HSL | 352.24º | 0.52% | 0.56% | - |
| HSV(B) | 352.24º | 0.57% | 0.79% | - |
| XYZ | 30.03 | 20.15 | 14.62 | - |
| YUV | 122.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 101 | 0 | 0.57 | 0.50 | 0.21 | 352.24 | 0.52 | 0.56 |
| Hex | CA | 56 | 65 | 0 | 39 | 32 | 15 | 160 | 34 | 38 |
| Octal | 312 | 126 | 145 | 0 | 71 | 62 | 25 | 540 | 64 | 70 |
| Binary | 11001010 | 1010110 | 1100101 | 0 | 111001 | 110010 | 10101 | 101100000 | 110100 | 111000 |
Color Harmonies of #CA5665
Complementary color
Monochromatic Colors of #CA5665
Black with #CA5665
Text Example
Text Example
White with #CA5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5665; }
p { color: rgb(202,86,101); }
H1.HeaderClassName
{
color: #CA5665;
}
.AnyTagClassName
{
color: #CA5665;
}
</style>
background-color css
<style>
a { background-color: #CA5665; }
a { background-color: rgb(202,86,101); }
div.DivClassName
{
background-color: #CA5665;
}
.BgClassName
{
background-color: #CA5665;
}
</style>
border-color css
<style>
span { border-color: #CA5665; }
span { border-color: rgb(202,86,101); }
td.TdClassName
{
border-color: #CA5665;
}
.TagClassName
{
border-color: #CA5665;
}
</style>