Shades of Cabaret #CA4B64
Tints of Cabaret #CA4B64
RGB
CMYK
RGB Variations
Color information
#CA4B64 (or 0xCA4B64) is known color: Cabaret. HEX triplet: CA, 4B and 64. RGB value is (202,75,100). Sum of RGB (Red+Green+Blue) = 202+75+100=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B64 is #35B49B. Grayscale: #737373. Windows color (decimal): -3519644 or 6573002. OLE color: 6573002.
HSL color Cylindrical-coordinate representation of color #CA4B64: hue angle of 348.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4B64 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 100 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.21 |
| HSL | 348.19º | 0.55% | 0.54% | - |
| HSV(B) | 348.19º | 0.63% | 0.79% | - |
| XYZ | 29.17 | 18.51 | 14.09 | - |
| YUV | 115.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 100 | 0 | 0.63 | 0.50 | 0.21 | 348.19 | 0.55 | 0.54 |
| Hex | CA | 4B | 64 | 0 | 3F | 32 | 15 | 15C | 37 | 36 |
| Octal | 312 | 113 | 144 | 0 | 77 | 62 | 25 | 534 | 67 | 66 |
| Binary | 11001010 | 1001011 | 1100100 | 0 | 111111 | 110010 | 10101 | 101011100 | 110111 | 110110 |
Color Harmonies of #CA4B64
Complementary color
Monochromatic Colors of #CA4B64
Black with #CA4B64
Text Example
Text Example
White with #CA4B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4B64; }
p { color: rgb(202,75,100); }
H1.HeaderClassName
{
color: #CA4B64;
}
.AnyTagClassName
{
color: #CA4B64;
}
</style>
background-color css
<style>
a { background-color: #CA4B64; }
a { background-color: rgb(202,75,100); }
div.DivClassName
{
background-color: #CA4B64;
}
.BgClassName
{
background-color: #CA4B64;
}
</style>
border-color css
<style>
span { border-color: #CA4B64; }
span { border-color: rgb(202,75,100); }
td.TdClassName
{
border-color: #CA4B64;
}
.TagClassName
{
border-color: #CA4B64;
}
</style>