Shades of Cabaret #CA6573
Tints of Cabaret #CA6573
RGB
CMYK
RGB Variations
Color information
#CA6573 (or 0xCA6573) is known color: Cabaret. HEX triplet: CA, 65 and 73. RGB value is (202,101,115). Sum of RGB (Red+Green+Blue) = 202+101+115=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6573 is #359A8C. Grayscale: #848484. Windows color (decimal): -3512973 or 7562698. OLE color: 7562698.
HSL color Cylindrical-coordinate representation of color #CA6573: hue angle of 351.68º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6573 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 115 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.21 |
| HSL | 351.68º | 0.49% | 0.59% | - |
| HSV(B) | 351.68º | 0.5% | 0.79% | - |
| XYZ | 32.11 | 23.1 | 18.99 | - |
| YUV | 132.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 115 | 0 | 0.50 | 0.43 | 0.21 | 351.68 | 0.49 | 0.59 |
| Hex | CA | 65 | 73 | 0 | 32 | 2B | 15 | 160 | 31 | 3B |
| Octal | 312 | 145 | 163 | 0 | 62 | 53 | 25 | 540 | 61 | 73 |
| Binary | 11001010 | 1100101 | 1110011 | 0 | 110010 | 101011 | 10101 | 101100000 | 110001 | 111011 |
Color Harmonies of #CA6573
Complementary color
Monochromatic Colors of #CA6573
Black with #CA6573
Text Example
Text Example
White with #CA6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6573; }
p { color: rgb(202,101,115); }
H1.HeaderClassName
{
color: #CA6573;
}
.AnyTagClassName
{
color: #CA6573;
}
</style>
background-color css
<style>
a { background-color: #CA6573; }
a { background-color: rgb(202,101,115); }
div.DivClassName
{
background-color: #CA6573;
}
.BgClassName
{
background-color: #CA6573;
}
</style>
border-color css
<style>
span { border-color: #CA6573; }
span { border-color: rgb(202,101,115); }
td.TdClassName
{
border-color: #CA6573;
}
.TagClassName
{
border-color: #CA6573;
}
</style>