Shades of Cabaret #CA4E74
Tints of Cabaret #CA4E74
RGB
CMYK
RGB Variations
Color information
#CA4E74 (or 0xCA4E74) is known color: Cabaret. HEX triplet: CA, 4E and 74. RGB value is (202,78,116). Sum of RGB (Red+Green+Blue) = 202+78+116=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4E74 is #35B18B. Grayscale: #777777. Windows color (decimal): -3518860 or 7622346. OLE color: 7622346.
HSL color Cylindrical-coordinate representation of color #CA4E74: hue angle of 341.61º 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 #CA4E74 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 78 | 116 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.21 |
| HSL | 341.61º | 0.54% | 0.55% | - |
| HSV(B) | 341.61º | 0.61% | 0.79% | - |
| XYZ | 30.23 | 19.27 | 18.65 | - |
| YUV | 119.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 116 | 0 | 0.61 | 0.43 | 0.21 | 341.61 | 0.54 | 0.55 |
| Hex | CA | 4E | 74 | 0 | 3D | 2B | 15 | 156 | 36 | 37 |
| Octal | 312 | 116 | 164 | 0 | 75 | 53 | 25 | 526 | 66 | 67 |
| Binary | 11001010 | 1001110 | 1110100 | 0 | 111101 | 101011 | 10101 | 101010110 | 110110 | 110111 |
Color Harmonies of #CA4E74
Complementary color
Monochromatic Colors of #CA4E74
Black with #CA4E74
Text Example
Text Example
White with #CA4E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4E74; }
p { color: rgb(202,78,116); }
H1.HeaderClassName
{
color: #CA4E74;
}
.AnyTagClassName
{
color: #CA4E74;
}
</style>
background-color css
<style>
a { background-color: #CA4E74; }
a { background-color: rgb(202,78,116); }
div.DivClassName
{
background-color: #CA4E74;
}
.BgClassName
{
background-color: #CA4E74;
}
</style>
border-color css
<style>
span { border-color: #CA4E74; }
span { border-color: rgb(202,78,116); }
td.TdClassName
{
border-color: #CA4E74;
}
.TagClassName
{
border-color: #CA4E74;
}
</style>