Shades of Cabaret #CA5075
Tints of Cabaret #CA5075
RGB
CMYK
RGB Variations
Color information
#CA5075 (or 0xCA5075) is known color: Cabaret. HEX triplet: CA, 50 and 75. RGB value is (202,80,117). Sum of RGB (Red+Green+Blue) = 202+80+117=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5075 is #35AF8A. Grayscale: #787878. Windows color (decimal): -3518347 or 7688394. OLE color: 7688394.
HSL color Cylindrical-coordinate representation of color #CA5075: hue angle of 341.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5075 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 117 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.21 |
| HSL | 341.8º | 0.54% | 0.55% | - |
| HSV(B) | 341.8º | 0.6% | 0.79% | - |
| XYZ | 30.44 | 19.58 | 19 | - |
| YUV | 120.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 117 | 0 | 0.60 | 0.42 | 0.21 | 341.8 | 0.54 | 0.55 |
| Hex | CA | 50 | 75 | 0 | 3C | 2A | 15 | 156 | 36 | 37 |
| Octal | 312 | 120 | 165 | 0 | 74 | 52 | 25 | 526 | 66 | 67 |
| Binary | 11001010 | 1010000 | 1110101 | 0 | 111100 | 101010 | 10101 | 101010110 | 110110 | 110111 |
Color Harmonies of #CA5075
Complementary color
Monochromatic Colors of #CA5075
Black with #CA5075
Text Example
Text Example
White with #CA5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5075; }
p { color: rgb(202,80,117); }
H1.HeaderClassName
{
color: #CA5075;
}
.AnyTagClassName
{
color: #CA5075;
}
</style>
background-color css
<style>
a { background-color: #CA5075; }
a { background-color: rgb(202,80,117); }
div.DivClassName
{
background-color: #CA5075;
}
.BgClassName
{
background-color: #CA5075;
}
</style>
border-color css
<style>
span { border-color: #CA5075; }
span { border-color: rgb(202,80,117); }
td.TdClassName
{
border-color: #CA5075;
}
.TagClassName
{
border-color: #CA5075;
}
</style>