Shades of Cabaret #CA4674
Tints of Cabaret #CA4674
RGB
CMYK
RGB Variations
Color information
#CA4674 (or 0xCA4674) is known color: Cabaret. HEX triplet: CA, 46 and 74. RGB value is (202,70,116). Sum of RGB (Red+Green+Blue) = 202+70+116=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4674 is #35B98B. Grayscale: #727272. Windows color (decimal): -3520908 or 7620298. OLE color: 7620298.
HSL color Cylindrical-coordinate representation of color #CA4674: hue angle of 339.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4674 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 116 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.21 |
| HSL | 339.09º | 0.55% | 0.53% | - |
| HSV(B) | 339.09º | 0.65% | 0.79% | - |
| XYZ | 29.7 | 18.2 | 18.47 | - |
| YUV | 114.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 116 | 0 | 0.65 | 0.43 | 0.21 | 339.09 | 0.55 | 0.53 |
| Hex | CA | 46 | 74 | 0 | 41 | 2B | 15 | 153 | 37 | 35 |
| Octal | 312 | 106 | 164 | 0 | 101 | 53 | 25 | 523 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1110100 | 0 | 1000001 | 101011 | 10101 | 101010011 | 110111 | 110101 |
Color Harmonies of #CA4674
Complementary color
Monochromatic Colors of #CA4674
Black with #CA4674
Text Example
Text Example
White with #CA4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4674; }
p { color: rgb(202,70,116); }
H1.HeaderClassName
{
color: #CA4674;
}
.AnyTagClassName
{
color: #CA4674;
}
</style>
background-color css
<style>
a { background-color: #CA4674; }
a { background-color: rgb(202,70,116); }
div.DivClassName
{
background-color: #CA4674;
}
.BgClassName
{
background-color: #CA4674;
}
</style>
border-color css
<style>
span { border-color: #CA4674; }
span { border-color: rgb(202,70,116); }
td.TdClassName
{
border-color: #CA4674;
}
.TagClassName
{
border-color: #CA4674;
}
</style>