Shades of Cabaret #CA4D73
Tints of Cabaret #CA4D73
RGB
CMYK
RGB Variations
Color information
#CA4D73 (or 0xCA4D73) is known color: Cabaret. HEX triplet: CA, 4D and 73. RGB value is (202,77,115). Sum of RGB (Red+Green+Blue) = 202+77+115=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D73 is #35B28C. Grayscale: #767676. Windows color (decimal): -3519117 or 7556554. OLE color: 7556554.
HSL color Cylindrical-coordinate representation of color #CA4D73: hue angle of 341.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D73 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 115 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.21 |
| HSL | 341.76º | 0.54% | 0.55% | - |
| HSV(B) | 341.76º | 0.62% | 0.79% | - |
| XYZ | 30.11 | 19.1 | 18.32 | - |
| YUV | 118.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 115 | 0 | 0.62 | 0.43 | 0.21 | 341.76 | 0.54 | 0.55 |
| Hex | CA | 4D | 73 | 0 | 3E | 2B | 15 | 156 | 36 | 37 |
| Octal | 312 | 115 | 163 | 0 | 76 | 53 | 25 | 526 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1110011 | 0 | 111110 | 101011 | 10101 | 101010110 | 110110 | 110111 |
Color Harmonies of #CA4D73
Complementary color
Monochromatic Colors of #CA4D73
Black with #CA4D73
Text Example
Text Example
White with #CA4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D73; }
p { color: rgb(202,77,115); }
H1.HeaderClassName
{
color: #CA4D73;
}
.AnyTagClassName
{
color: #CA4D73;
}
</style>
background-color css
<style>
a { background-color: #CA4D73; }
a { background-color: rgb(202,77,115); }
div.DivClassName
{
background-color: #CA4D73;
}
.BgClassName
{
background-color: #CA4D73;
}
</style>
border-color css
<style>
span { border-color: #CA4D73; }
span { border-color: rgb(202,77,115); }
td.TdClassName
{
border-color: #CA4D73;
}
.TagClassName
{
border-color: #CA4D73;
}
</style>