Shades of Cabaret #CA4D6D
Tints of Cabaret #CA4D6D
RGB
CMYK
RGB Variations
Color information
#CA4D6D (or 0xCA4D6D) is known color: Cabaret. HEX triplet: CA, 4D and 6D. RGB value is (202,77,109). Sum of RGB (Red+Green+Blue) = 202+77+109=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D6D is #35B292. Grayscale: #767676. Windows color (decimal): -3519123 or 7163338. OLE color: 7163338.
HSL color Cylindrical-coordinate representation of color #CA4D6D: hue angle of 344.64º 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 #CA4D6D is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 109 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.21 |
| HSL | 344.64º | 0.54% | 0.55% | - |
| HSV(B) | 344.64º | 0.62% | 0.79% | - |
| XYZ | 29.77 | 18.97 | 16.56 | - |
| YUV | 118.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 109 | 0 | 0.62 | 0.46 | 0.21 | 344.64 | 0.54 | 0.55 |
| Hex | CA | 4D | 6D | 0 | 3E | 2E | 15 | 159 | 36 | 37 |
| Octal | 312 | 115 | 155 | 0 | 76 | 56 | 25 | 531 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1101101 | 0 | 111110 | 101110 | 10101 | 101011001 | 110110 | 110111 |
Color Harmonies of #CA4D6D
Complementary color
Monochromatic Colors of #CA4D6D
Black with #CA4D6D
Text Example
Text Example
White with #CA4D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D6D; }
p { color: rgb(202,77,109); }
H1.HeaderClassName
{
color: #CA4D6D;
}
.AnyTagClassName
{
color: #CA4D6D;
}
</style>
background-color css
<style>
a { background-color: #CA4D6D; }
a { background-color: rgb(202,77,109); }
div.DivClassName
{
background-color: #CA4D6D;
}
.BgClassName
{
background-color: #CA4D6D;
}
</style>
border-color css
<style>
span { border-color: #CA4D6D; }
span { border-color: rgb(202,77,109); }
td.TdClassName
{
border-color: #CA4D6D;
}
.TagClassName
{
border-color: #CA4D6D;
}
</style>