Shades of Cabaret #CA566C
Tints of Cabaret #CA566C
RGB
CMYK
RGB Variations
Color information
#CA566C (or 0xCA566C) is known color: Cabaret. HEX triplet: CA, 56 and 6C. RGB value is (202,86,108). Sum of RGB (Red+Green+Blue) = 202+86+108=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA566C is #35A993. Grayscale: #7B7B7B. Windows color (decimal): -3516820 or 7100106. OLE color: 7100106.
HSL color Cylindrical-coordinate representation of color #CA566C: hue angle of 348.62º 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 #CA566C is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 108 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.21 |
| HSL | 348.62º | 0.52% | 0.56% | - |
| HSV(B) | 348.62º | 0.57% | 0.79% | - |
| XYZ | 30.39 | 20.29 | 16.5 | - |
| YUV | 123.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 108 | 0 | 0.57 | 0.47 | 0.21 | 348.62 | 0.52 | 0.56 |
| Hex | CA | 56 | 6C | 0 | 39 | 2F | 15 | 15D | 34 | 38 |
| Octal | 312 | 126 | 154 | 0 | 71 | 57 | 25 | 535 | 64 | 70 |
| Binary | 11001010 | 1010110 | 1101100 | 0 | 111001 | 101111 | 10101 | 101011101 | 110100 | 111000 |
Color Harmonies of #CA566C
Complementary color
Monochromatic Colors of #CA566C
Black with #CA566C
Text Example
Text Example
White with #CA566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA566C; }
p { color: rgb(202,86,108); }
H1.HeaderClassName
{
color: #CA566C;
}
.AnyTagClassName
{
color: #CA566C;
}
</style>
background-color css
<style>
a { background-color: #CA566C; }
a { background-color: rgb(202,86,108); }
div.DivClassName
{
background-color: #CA566C;
}
.BgClassName
{
background-color: #CA566C;
}
</style>
border-color css
<style>
span { border-color: #CA566C; }
span { border-color: rgb(202,86,108); }
td.TdClassName
{
border-color: #CA566C;
}
.TagClassName
{
border-color: #CA566C;
}
</style>