Shades of Cabaret #CA4564
Tints of Cabaret #CA4564
RGB
CMYK
RGB Variations
Color information
#CA4564 (or 0xCA4564) is known color: Cabaret. HEX triplet: CA, 45 and 64. RGB value is (202,69,100). Sum of RGB (Red+Green+Blue) = 202+69+100=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4564 is #35BA9B. Grayscale: #707070. Windows color (decimal): -3521180 or 6571466. OLE color: 6571466.
HSL color Cylindrical-coordinate representation of color #CA4564: hue angle of 346.02º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4564 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 100 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.21 |
| HSL | 346.02º | 0.56% | 0.53% | - |
| HSV(B) | 346.02º | 0.66% | 0.79% | - |
| XYZ | 28.79 | 17.73 | 13.96 | - |
| YUV | 112.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 100 | 0 | 0.66 | 0.50 | 0.21 | 346.02 | 0.56 | 0.53 |
| Hex | CA | 45 | 64 | 0 | 42 | 32 | 15 | 15A | 38 | 35 |
| Octal | 312 | 105 | 144 | 0 | 102 | 62 | 25 | 532 | 70 | 65 |
| Binary | 11001010 | 1000101 | 1100100 | 0 | 1000010 | 110010 | 10101 | 101011010 | 111000 | 110101 |
Color Harmonies of #CA4564
Complementary color
Monochromatic Colors of #CA4564
Black with #CA4564
Text Example
Text Example
White with #CA4564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4564; }
p { color: rgb(202,69,100); }
H1.HeaderClassName
{
color: #CA4564;
}
.AnyTagClassName
{
color: #CA4564;
}
</style>
background-color css
<style>
a { background-color: #CA4564; }
a { background-color: rgb(202,69,100); }
div.DivClassName
{
background-color: #CA4564;
}
.BgClassName
{
background-color: #CA4564;
}
</style>
border-color css
<style>
span { border-color: #CA4564; }
span { border-color: rgb(202,69,100); }
td.TdClassName
{
border-color: #CA4564;
}
.TagClassName
{
border-color: #CA4564;
}
</style>