Shades of Cabaret #CA4D72
Tints of Cabaret #CA4D72
RGB
CMYK
RGB Variations
Color information
#CA4D72 (or 0xCA4D72) is known color: Cabaret. HEX triplet: CA, 4D and 72. RGB value is (202,77,114). Sum of RGB (Red+Green+Blue) = 202+77+114=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D72 is #35B28D. Grayscale: #767676. Windows color (decimal): -3519118 or 7491018. OLE color: 7491018.
HSL color Cylindrical-coordinate representation of color #CA4D72: hue angle of 342.24º 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 #CA4D72 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 114 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.21 |
| HSL | 342.24º | 0.54% | 0.55% | - |
| HSV(B) | 342.24º | 0.62% | 0.79% | - |
| XYZ | 30.05 | 19.08 | 18.02 | - |
| YUV | 118.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 114 | 0 | 0.62 | 0.44 | 0.21 | 342.24 | 0.54 | 0.55 |
| Hex | CA | 4D | 72 | 0 | 3E | 2C | 15 | 156 | 36 | 37 |
| Octal | 312 | 115 | 162 | 0 | 76 | 54 | 25 | 526 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1110010 | 0 | 111110 | 101100 | 10101 | 101010110 | 110110 | 110111 |
Color Harmonies of #CA4D72
Complementary color
Monochromatic Colors of #CA4D72
Black with #CA4D72
Text Example
Text Example
White with #CA4D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D72; }
p { color: rgb(202,77,114); }
H1.HeaderClassName
{
color: #CA4D72;
}
.AnyTagClassName
{
color: #CA4D72;
}
</style>
background-color css
<style>
a { background-color: #CA4D72; }
a { background-color: rgb(202,77,114); }
div.DivClassName
{
background-color: #CA4D72;
}
.BgClassName
{
background-color: #CA4D72;
}
</style>
border-color css
<style>
span { border-color: #CA4D72; }
span { border-color: rgb(202,77,114); }
td.TdClassName
{
border-color: #CA4D72;
}
.TagClassName
{
border-color: #CA4D72;
}
</style>