Shades of Cabaret #CA4565
Tints of Cabaret #CA4565
RGB
CMYK
RGB Variations
Color information
#CA4565 (or 0xCA4565) is known color: Cabaret. HEX triplet: CA, 45 and 65. RGB value is (202,69,101). Sum of RGB (Red+Green+Blue) = 202+69+101=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4565 is #35BA9A. Grayscale: #707070. Windows color (decimal): -3521179 or 6637002. OLE color: 6637002.
HSL color Cylindrical-coordinate representation of color #CA4565: hue angle of 345.56º 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 #CA4565 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 101 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.21 |
| HSL | 345.56º | 0.56% | 0.53% | - |
| HSV(B) | 345.56º | 0.66% | 0.79% | - |
| XYZ | 28.83 | 17.75 | 14.22 | - |
| YUV | 112.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 101 | 0 | 0.66 | 0.50 | 0.21 | 345.56 | 0.56 | 0.53 |
| Hex | CA | 45 | 65 | 0 | 42 | 32 | 15 | 15A | 38 | 35 |
| Octal | 312 | 105 | 145 | 0 | 102 | 62 | 25 | 532 | 70 | 65 |
| Binary | 11001010 | 1000101 | 1100101 | 0 | 1000010 | 110010 | 10101 | 101011010 | 111000 | 110101 |
Color Harmonies of #CA4565
Complementary color
Monochromatic Colors of #CA4565
Black with #CA4565
Text Example
Text Example
White with #CA4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4565; }
p { color: rgb(202,69,101); }
H1.HeaderClassName
{
color: #CA4565;
}
.AnyTagClassName
{
color: #CA4565;
}
</style>
background-color css
<style>
a { background-color: #CA4565; }
a { background-color: rgb(202,69,101); }
div.DivClassName
{
background-color: #CA4565;
}
.BgClassName
{
background-color: #CA4565;
}
</style>
border-color css
<style>
span { border-color: #CA4565; }
span { border-color: rgb(202,69,101); }
td.TdClassName
{
border-color: #CA4565;
}
.TagClassName
{
border-color: #CA4565;
}
</style>