Shades of Cabaret #CA566A
Tints of Cabaret #CA566A
RGB
CMYK
RGB Variations
Color information
#CA566A (or 0xCA566A) is known color: Cabaret. HEX triplet: CA, 56 and 6A. RGB value is (202,86,106). Sum of RGB (Red+Green+Blue) = 202+86+106=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA566A is #35A995. Grayscale: #7A7A7A. Windows color (decimal): -3516822 or 6969034. OLE color: 6969034.
HSL color Cylindrical-coordinate representation of color #CA566A: hue angle of 349.66º 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 #CA566A is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 106 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.21 |
| HSL | 349.66º | 0.52% | 0.56% | - |
| HSV(B) | 349.66º | 0.57% | 0.79% | - |
| XYZ | 30.29 | 20.25 | 15.95 | - |
| YUV | 122.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 106 | 0 | 0.57 | 0.48 | 0.21 | 349.66 | 0.52 | 0.56 |
| Hex | CA | 56 | 6A | 0 | 39 | 30 | 15 | 15E | 34 | 38 |
| Octal | 312 | 126 | 152 | 0 | 71 | 60 | 25 | 536 | 64 | 70 |
| Binary | 11001010 | 1010110 | 1101010 | 0 | 111001 | 110000 | 10101 | 101011110 | 110100 | 111000 |
Color Harmonies of #CA566A
Complementary color
Monochromatic Colors of #CA566A
Black with #CA566A
Text Example
Text Example
White with #CA566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA566A; }
p { color: rgb(202,86,106); }
H1.HeaderClassName
{
color: #CA566A;
}
.AnyTagClassName
{
color: #CA566A;
}
</style>
background-color css
<style>
a { background-color: #CA566A; }
a { background-color: rgb(202,86,106); }
div.DivClassName
{
background-color: #CA566A;
}
.BgClassName
{
background-color: #CA566A;
}
</style>
border-color css
<style>
span { border-color: #CA566A; }
span { border-color: rgb(202,86,106); }
td.TdClassName
{
border-color: #CA566A;
}
.TagClassName
{
border-color: #CA566A;
}
</style>