Shades of Cabaret #CA5E78
Tints of Cabaret #CA5E78
RGB
CMYK
RGB Variations
Color information
#CA5E78 (or 0xCA5E78) is known color: Cabaret. HEX triplet: CA, 5E and 78. RGB value is (202,94,120). Sum of RGB (Red+Green+Blue) = 202+94+120=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E78 is #35A187. Grayscale: #818181. Windows color (decimal): -3514760 or 7888586. OLE color: 7888586.
HSL color Cylindrical-coordinate representation of color #CA5E78: hue angle of 345.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5E78 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 120 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.21 |
| HSL | 345.56º | 0.5% | 0.58% | - |
| HSV(B) | 345.56º | 0.53% | 0.79% | - |
| XYZ | 31.75 | 21.92 | 20.33 | - |
| YUV | 129.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 120 | 0 | 0.53 | 0.41 | 0.21 | 345.56 | 0.5 | 0.58 |
| Hex | CA | 5E | 78 | 0 | 35 | 29 | 15 | 15A | 32 | 3A |
| Octal | 312 | 136 | 170 | 0 | 65 | 51 | 25 | 532 | 62 | 72 |
| Binary | 11001010 | 1011110 | 1111000 | 0 | 110101 | 101001 | 10101 | 101011010 | 110010 | 111010 |
Color Harmonies of #CA5E78
Complementary color
Monochromatic Colors of #CA5E78
Black with #CA5E78
Text Example
Text Example
White with #CA5E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E78; }
p { color: rgb(202,94,120); }
H1.HeaderClassName
{
color: #CA5E78;
}
.AnyTagClassName
{
color: #CA5E78;
}
</style>
background-color css
<style>
a { background-color: #CA5E78; }
a { background-color: rgb(202,94,120); }
div.DivClassName
{
background-color: #CA5E78;
}
.BgClassName
{
background-color: #CA5E78;
}
</style>
border-color css
<style>
span { border-color: #CA5E78; }
span { border-color: rgb(202,94,120); }
td.TdClassName
{
border-color: #CA5E78;
}
.TagClassName
{
border-color: #CA5E78;
}
</style>