Shades of Cabaret #CA5F75
Tints of Cabaret #CA5F75
RGB
CMYK
RGB Variations
Color information
#CA5F75 (or 0xCA5F75) is known color: Cabaret. HEX triplet: CA, 5F and 75. RGB value is (202,95,117). Sum of RGB (Red+Green+Blue) = 202+95+117=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5F75 is #35A08A. Grayscale: #818181. Windows color (decimal): -3514507 or 7692234. OLE color: 7692234.
HSL color Cylindrical-coordinate representation of color #CA5F75: hue angle of 347.66º 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 #CA5F75 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 95 | 117 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.21 |
| HSL | 347.66º | 0.5% | 0.58% | - |
| HSV(B) | 347.66º | 0.53% | 0.79% | - |
| XYZ | 31.66 | 22.03 | 19.41 | - |
| YUV | 129.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 117 | 0 | 0.53 | 0.42 | 0.21 | 347.66 | 0.5 | 0.58 |
| Hex | CA | 5F | 75 | 0 | 35 | 2A | 15 | 15C | 32 | 3A |
| Octal | 312 | 137 | 165 | 0 | 65 | 52 | 25 | 534 | 62 | 72 |
| Binary | 11001010 | 1011111 | 1110101 | 0 | 110101 | 101010 | 10101 | 101011100 | 110010 | 111010 |
Color Harmonies of #CA5F75
Complementary color
Monochromatic Colors of #CA5F75
Black with #CA5F75
Text Example
Text Example
White with #CA5F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5F75; }
p { color: rgb(202,95,117); }
H1.HeaderClassName
{
color: #CA5F75;
}
.AnyTagClassName
{
color: #CA5F75;
}
</style>
background-color css
<style>
a { background-color: #CA5F75; }
a { background-color: rgb(202,95,117); }
div.DivClassName
{
background-color: #CA5F75;
}
.BgClassName
{
background-color: #CA5F75;
}
</style>
border-color css
<style>
span { border-color: #CA5F75; }
span { border-color: rgb(202,95,117); }
td.TdClassName
{
border-color: #CA5F75;
}
.TagClassName
{
border-color: #CA5F75;
}
</style>