Shades of Cabaret #CA4A73
Tints of Cabaret #CA4A73
RGB
CMYK
RGB Variations
Color information
#CA4A73 (or 0xCA4A73) is known color: Cabaret. HEX triplet: CA, 4A and 73. RGB value is (202,74,115). Sum of RGB (Red+Green+Blue) = 202+74+115=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A73 is #35B58C. Grayscale: #747474. Windows color (decimal): -3519885 or 7555786. OLE color: 7555786.
HSL color Cylindrical-coordinate representation of color #CA4A73: hue angle of 340.78º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A73 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 115 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.21 |
| HSL | 340.78º | 0.55% | 0.54% | - |
| HSV(B) | 340.78º | 0.63% | 0.79% | - |
| XYZ | 29.9 | 18.69 | 18.25 | - |
| YUV | 116.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 115 | 0 | 0.63 | 0.43 | 0.21 | 340.78 | 0.55 | 0.54 |
| Hex | CA | 4A | 73 | 0 | 3F | 2B | 15 | 155 | 37 | 36 |
| Octal | 312 | 112 | 163 | 0 | 77 | 53 | 25 | 525 | 67 | 66 |
| Binary | 11001010 | 1001010 | 1110011 | 0 | 111111 | 101011 | 10101 | 101010101 | 110111 | 110110 |
Color Harmonies of #CA4A73
Complementary color
Monochromatic Colors of #CA4A73
Black with #CA4A73
Text Example
Text Example
White with #CA4A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A73; }
p { color: rgb(202,74,115); }
H1.HeaderClassName
{
color: #CA4A73;
}
.AnyTagClassName
{
color: #CA4A73;
}
</style>
background-color css
<style>
a { background-color: #CA4A73; }
a { background-color: rgb(202,74,115); }
div.DivClassName
{
background-color: #CA4A73;
}
.BgClassName
{
background-color: #CA4A73;
}
</style>
border-color css
<style>
span { border-color: #CA4A73; }
span { border-color: rgb(202,74,115); }
td.TdClassName
{
border-color: #CA4A73;
}
.TagClassName
{
border-color: #CA4A73;
}
</style>