Shades of Cabaret #CA4673
Tints of Cabaret #CA4673
RGB
CMYK
RGB Variations
Color information
#CA4673 (or 0xCA4673) is known color: Cabaret. HEX triplet: CA, 46 and 73. RGB value is (202,70,115). Sum of RGB (Red+Green+Blue) = 202+70+115=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4673 is #35B98C. Grayscale: #727272. Windows color (decimal): -3520909 or 7554762. OLE color: 7554762.
HSL color Cylindrical-coordinate representation of color #CA4673: hue angle of 339.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4673 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 115 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.21 |
| HSL | 339.55º | 0.55% | 0.53% | - |
| HSV(B) | 339.55º | 0.65% | 0.79% | - |
| XYZ | 29.64 | 18.17 | 18.17 | - |
| YUV | 114.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 115 | 0 | 0.65 | 0.43 | 0.21 | 339.55 | 0.55 | 0.53 |
| Hex | CA | 46 | 73 | 0 | 41 | 2B | 15 | 154 | 37 | 35 |
| Octal | 312 | 106 | 163 | 0 | 101 | 53 | 25 | 524 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1110011 | 0 | 1000001 | 101011 | 10101 | 101010100 | 110111 | 110101 |
Color Harmonies of #CA4673
Complementary color
Monochromatic Colors of #CA4673
Black with #CA4673
Text Example
Text Example
White with #CA4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4673; }
p { color: rgb(202,70,115); }
H1.HeaderClassName
{
color: #CA4673;
}
.AnyTagClassName
{
color: #CA4673;
}
</style>
background-color css
<style>
a { background-color: #CA4673; }
a { background-color: rgb(202,70,115); }
div.DivClassName
{
background-color: #CA4673;
}
.BgClassName
{
background-color: #CA4673;
}
</style>
border-color css
<style>
span { border-color: #CA4673; }
span { border-color: rgb(202,70,115); }
td.TdClassName
{
border-color: #CA4673;
}
.TagClassName
{
border-color: #CA4673;
}
</style>