Shades of Cabaret #CA5F78
Tints of Cabaret #CA5F78
RGB
CMYK
RGB Variations
Color information
#CA5F78 (or 0xCA5F78) is known color: Cabaret. HEX triplet: CA, 5F and 78. RGB value is (202,95,120). Sum of RGB (Red+Green+Blue) = 202+95+120=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5F78 is #35A087. Grayscale: #818181. Windows color (decimal): -3514504 or 7888842. OLE color: 7888842.
HSL color Cylindrical-coordinate representation of color #CA5F78: hue angle of 345.98º 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 #CA5F78 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 95 | 120 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.21 |
| HSL | 345.98º | 0.5% | 0.58% | - |
| HSV(B) | 345.98º | 0.53% | 0.79% | - |
| XYZ | 31.84 | 22.1 | 20.36 | - |
| YUV | 129.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 120 | 0 | 0.53 | 0.41 | 0.21 | 345.98 | 0.5 | 0.58 |
| Hex | CA | 5F | 78 | 0 | 35 | 29 | 15 | 15A | 32 | 3A |
| Octal | 312 | 137 | 170 | 0 | 65 | 51 | 25 | 532 | 62 | 72 |
| Binary | 11001010 | 1011111 | 1111000 | 0 | 110101 | 101001 | 10101 | 101011010 | 110010 | 111010 |
Color Harmonies of #CA5F78
Complementary color
Monochromatic Colors of #CA5F78
Black with #CA5F78
Text Example
Text Example
White with #CA5F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5F78; }
p { color: rgb(202,95,120); }
H1.HeaderClassName
{
color: #CA5F78;
}
.AnyTagClassName
{
color: #CA5F78;
}
</style>
background-color css
<style>
a { background-color: #CA5F78; }
a { background-color: rgb(202,95,120); }
div.DivClassName
{
background-color: #CA5F78;
}
.BgClassName
{
background-color: #CA5F78;
}
</style>
border-color css
<style>
span { border-color: #CA5F78; }
span { border-color: rgb(202,95,120); }
td.TdClassName
{
border-color: #CA5F78;
}
.TagClassName
{
border-color: #CA5F78;
}
</style>