Shades of Cabaret #CA4D6E
Tints of Cabaret #CA4D6E
RGB
CMYK
RGB Variations
Color information
#CA4D6E (or 0xCA4D6E) is known color: Cabaret. HEX triplet: CA, 4D and 6E. RGB value is (202,77,110). Sum of RGB (Red+Green+Blue) = 202+77+110=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D6E is #35B291. Grayscale: #767676. Windows color (decimal): -3519122 or 7228874. OLE color: 7228874.
HSL color Cylindrical-coordinate representation of color #CA4D6E: hue angle of 344.16º 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 #CA4D6E is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 110 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.21 |
| HSL | 344.16º | 0.54% | 0.55% | - |
| HSV(B) | 344.16º | 0.62% | 0.79% | - |
| XYZ | 29.83 | 18.99 | 16.85 | - |
| YUV | 118.14 | 123.41 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 110 | 0 | 0.62 | 0.46 | 0.21 | 344.16 | 0.54 | 0.55 |
| Hex | CA | 4D | 6E | 0 | 3E | 2E | 15 | 158 | 36 | 37 |
| Octal | 312 | 115 | 156 | 0 | 76 | 56 | 25 | 530 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1101110 | 0 | 111110 | 101110 | 10101 | 101011000 | 110110 | 110111 |
Color Harmonies of #CA4D6E
Complementary color
Monochromatic Colors of #CA4D6E
Black with #CA4D6E
Text Example
Text Example
White with #CA4D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D6E; }
p { color: rgb(202,77,110); }
H1.HeaderClassName
{
color: #CA4D6E;
}
.AnyTagClassName
{
color: #CA4D6E;
}
</style>
background-color css
<style>
a { background-color: #CA4D6E; }
a { background-color: rgb(202,77,110); }
div.DivClassName
{
background-color: #CA4D6E;
}
.BgClassName
{
background-color: #CA4D6E;
}
</style>
border-color css
<style>
span { border-color: #CA4D6E; }
span { border-color: rgb(202,77,110); }
td.TdClassName
{
border-color: #CA4D6E;
}
.TagClassName
{
border-color: #CA4D6E;
}
</style>