Shades of Cabaret #CA4F77
Tints of Cabaret #CA4F77
RGB
CMYK
RGB Variations
Color information
#CA4F77 (or 0xCA4F77) is known color: Cabaret. HEX triplet: CA, 4F and 77. RGB value is (202,79,119). Sum of RGB (Red+Green+Blue) = 202+79+119=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4F77 is #35B088. Grayscale: #787878. Windows color (decimal): -3518601 or 7819210. OLE color: 7819210.
HSL color Cylindrical-coordinate representation of color #CA4F77: hue angle of 340.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4F77 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 79 | 119 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.21 |
| HSL | 340.49º | 0.54% | 0.55% | - |
| HSV(B) | 340.49º | 0.61% | 0.79% | - |
| XYZ | 30.48 | 19.48 | 19.61 | - |
| YUV | 120.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 119 | 0 | 0.61 | 0.41 | 0.21 | 340.49 | 0.54 | 0.55 |
| Hex | CA | 4F | 77 | 0 | 3D | 29 | 15 | 154 | 36 | 37 |
| Octal | 312 | 117 | 167 | 0 | 75 | 51 | 25 | 524 | 66 | 67 |
| Binary | 11001010 | 1001111 | 1110111 | 0 | 111101 | 101001 | 10101 | 101010100 | 110110 | 110111 |
Color Harmonies of #CA4F77
Complementary color
Monochromatic Colors of #CA4F77
Black with #CA4F77
Text Example
Text Example
White with #CA4F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4F77; }
p { color: rgb(202,79,119); }
H1.HeaderClassName
{
color: #CA4F77;
}
.AnyTagClassName
{
color: #CA4F77;
}
</style>
background-color css
<style>
a { background-color: #CA4F77; }
a { background-color: rgb(202,79,119); }
div.DivClassName
{
background-color: #CA4F77;
}
.BgClassName
{
background-color: #CA4F77;
}
</style>
border-color css
<style>
span { border-color: #CA4F77; }
span { border-color: rgb(202,79,119); }
td.TdClassName
{
border-color: #CA4F77;
}
.TagClassName
{
border-color: #CA4F77;
}
</style>