Shades of Cabaret #CA4064
Tints of Cabaret #CA4064
RGB
CMYK
RGB Variations
Color information
#CA4064 (or 0xCA4064) is known color: Cabaret. HEX triplet: CA, 40 and 64. RGB value is (202,64,100). Sum of RGB (Red+Green+Blue) = 202+64+100=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4064 is #35BF9B. Grayscale: #6D6D6D. Windows color (decimal): -3522460 or 6570186. OLE color: 6570186.
HSL color Cylindrical-coordinate representation of color #CA4064: hue angle of 344.35º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4064 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 100 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.21 |
| HSL | 344.35º | 0.57% | 0.52% | - |
| HSV(B) | 344.35º | 0.68% | 0.79% | - |
| XYZ | 28.49 | 17.14 | 13.86 | - |
| YUV | 109.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 100 | 0 | 0.68 | 0.50 | 0.21 | 344.35 | 0.57 | 0.52 |
| Hex | CA | 40 | 64 | 0 | 44 | 32 | 15 | 158 | 39 | 34 |
| Octal | 312 | 100 | 144 | 0 | 104 | 62 | 25 | 530 | 71 | 64 |
| Binary | 11001010 | 1000000 | 1100100 | 0 | 1000100 | 110010 | 10101 | 101011000 | 111001 | 110100 |
Color Harmonies of #CA4064
Complementary color
Monochromatic Colors of #CA4064
Black with #CA4064
Text Example
Text Example
White with #CA4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4064; }
p { color: rgb(202,64,100); }
H1.HeaderClassName
{
color: #CA4064;
}
.AnyTagClassName
{
color: #CA4064;
}
</style>
background-color css
<style>
a { background-color: #CA4064; }
a { background-color: rgb(202,64,100); }
div.DivClassName
{
background-color: #CA4064;
}
.BgClassName
{
background-color: #CA4064;
}
</style>
border-color css
<style>
span { border-color: #CA4064; }
span { border-color: rgb(202,64,100); }
td.TdClassName
{
border-color: #CA4064;
}
.TagClassName
{
border-color: #CA4064;
}
</style>