Shades of Cabaret #CA4B77
Tints of Cabaret #CA4B77
RGB
CMYK
RGB Variations
Color information
#CA4B77 (or 0xCA4B77) is known color: Cabaret. HEX triplet: CA, 4B and 77. RGB value is (202,75,119). Sum of RGB (Red+Green+Blue) = 202+75+119=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B77 is #35B488. Grayscale: #757575. Windows color (decimal): -3519625 or 7818186. OLE color: 7818186.
HSL color Cylindrical-coordinate representation of color #CA4B77: hue angle of 339.21º 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 #CA4B77 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 119 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.21 |
| HSL | 339.21º | 0.55% | 0.54% | - |
| HSV(B) | 339.21º | 0.63% | 0.79% | - |
| XYZ | 30.2 | 18.92 | 19.51 | - |
| YUV | 117.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 119 | 0 | 0.63 | 0.41 | 0.21 | 339.21 | 0.55 | 0.54 |
| Hex | CA | 4B | 77 | 0 | 3F | 29 | 15 | 153 | 37 | 36 |
| Octal | 312 | 113 | 167 | 0 | 77 | 51 | 25 | 523 | 67 | 66 |
| Binary | 11001010 | 1001011 | 1110111 | 0 | 111111 | 101001 | 10101 | 101010011 | 110111 | 110110 |
Color Harmonies of #CA4B77
Complementary color
Monochromatic Colors of #CA4B77
Black with #CA4B77
Text Example
Text Example
White with #CA4B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4B77; }
p { color: rgb(202,75,119); }
H1.HeaderClassName
{
color: #CA4B77;
}
.AnyTagClassName
{
color: #CA4B77;
}
</style>
background-color css
<style>
a { background-color: #CA4B77; }
a { background-color: rgb(202,75,119); }
div.DivClassName
{
background-color: #CA4B77;
}
.BgClassName
{
background-color: #CA4B77;
}
</style>
border-color css
<style>
span { border-color: #CA4B77; }
span { border-color: rgb(202,75,119); }
td.TdClassName
{
border-color: #CA4B77;
}
.TagClassName
{
border-color: #CA4B77;
}
</style>