Shades of Cabaret #CA4A77
Tints of Cabaret #CA4A77
RGB
CMYK
RGB Variations
Color information
#CA4A77 (or 0xCA4A77) is known color: Cabaret. HEX triplet: CA, 4A and 77. RGB value is (202,74,119). Sum of RGB (Red+Green+Blue) = 202+74+119=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A77 is #35B588. Grayscale: #757575. Windows color (decimal): -3519881 or 7817930. OLE color: 7817930.
HSL color Cylindrical-coordinate representation of color #CA4A77: hue angle of 338.91º 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 #CA4A77 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 119 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.21 |
| HSL | 338.91º | 0.55% | 0.54% | - |
| HSV(B) | 338.91º | 0.63% | 0.79% | - |
| XYZ | 30.14 | 18.79 | 19.49 | - |
| YUV | 117.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 119 | 0 | 0.63 | 0.41 | 0.21 | 338.91 | 0.55 | 0.54 |
| Hex | CA | 4A | 77 | 0 | 3F | 29 | 15 | 153 | 37 | 36 |
| Octal | 312 | 112 | 167 | 0 | 77 | 51 | 25 | 523 | 67 | 66 |
| Binary | 11001010 | 1001010 | 1110111 | 0 | 111111 | 101001 | 10101 | 101010011 | 110111 | 110110 |
Color Harmonies of #CA4A77
Complementary color
Monochromatic Colors of #CA4A77
Black with #CA4A77
Text Example
Text Example
White with #CA4A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A77; }
p { color: rgb(202,74,119); }
H1.HeaderClassName
{
color: #CA4A77;
}
.AnyTagClassName
{
color: #CA4A77;
}
</style>
background-color css
<style>
a { background-color: #CA4A77; }
a { background-color: rgb(202,74,119); }
div.DivClassName
{
background-color: #CA4A77;
}
.BgClassName
{
background-color: #CA4A77;
}
</style>
border-color css
<style>
span { border-color: #CA4A77; }
span { border-color: rgb(202,74,119); }
td.TdClassName
{
border-color: #CA4A77;
}
.TagClassName
{
border-color: #CA4A77;
}
</style>