Shades of Cabaret #CA4764
Tints of Cabaret #CA4764
RGB
CMYK
RGB Variations
Color information
#CA4764 (or 0xCA4764) is known color: Cabaret. HEX triplet: CA, 47 and 64. RGB value is (202,71,100). Sum of RGB (Red+Green+Blue) = 202+71+100=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4764 is #35B89B. Grayscale: #717171. Windows color (decimal): -3520668 or 6571978. OLE color: 6571978.
HSL color Cylindrical-coordinate representation of color #CA4764: hue angle of 346.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4764 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 100 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.21 |
| HSL | 346.72º | 0.55% | 0.54% | - |
| HSV(B) | 346.72º | 0.65% | 0.79% | - |
| XYZ | 28.91 | 17.98 | 14 | - |
| YUV | 113.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 100 | 0 | 0.65 | 0.50 | 0.21 | 346.72 | 0.55 | 0.54 |
| Hex | CA | 47 | 64 | 0 | 41 | 32 | 15 | 15B | 37 | 36 |
| Octal | 312 | 107 | 144 | 0 | 101 | 62 | 25 | 533 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1100100 | 0 | 1000001 | 110010 | 10101 | 101011011 | 110111 | 110110 |
Color Harmonies of #CA4764
Complementary color
Monochromatic Colors of #CA4764
Black with #CA4764
Text Example
Text Example
White with #CA4764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4764; }
p { color: rgb(202,71,100); }
H1.HeaderClassName
{
color: #CA4764;
}
.AnyTagClassName
{
color: #CA4764;
}
</style>
background-color css
<style>
a { background-color: #CA4764; }
a { background-color: rgb(202,71,100); }
div.DivClassName
{
background-color: #CA4764;
}
.BgClassName
{
background-color: #CA4764;
}
</style>
border-color css
<style>
span { border-color: #CA4764; }
span { border-color: rgb(202,71,100); }
td.TdClassName
{
border-color: #CA4764;
}
.TagClassName
{
border-color: #CA4764;
}
</style>