Shades of Cabaret #CA526F
Tints of Cabaret #CA526F
RGB
CMYK
RGB Variations
Color information
#CA526F (or 0xCA526F) is known color: Cabaret. HEX triplet: CA, 52 and 6F. RGB value is (202,82,111). Sum of RGB (Red+Green+Blue) = 202+82+111=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA526F is #35AD90. Grayscale: #797979. Windows color (decimal): -3517841 or 7295690. OLE color: 7295690.
HSL color Cylindrical-coordinate representation of color #CA526F: hue angle of 345.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA526F is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 111 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.21 |
| HSL | 345.5º | 0.53% | 0.56% | - |
| HSV(B) | 345.5º | 0.59% | 0.79% | - |
| XYZ | 30.24 | 19.74 | 17.25 | - |
| YUV | 121.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 111 | 0 | 0.59 | 0.45 | 0.21 | 345.5 | 0.53 | 0.56 |
| Hex | CA | 52 | 6F | 0 | 3B | 2D | 15 | 15A | 35 | 38 |
| Octal | 312 | 122 | 157 | 0 | 73 | 55 | 25 | 532 | 65 | 70 |
| Binary | 11001010 | 1010010 | 1101111 | 0 | 111011 | 101101 | 10101 | 101011010 | 110101 | 111000 |
Color Harmonies of #CA526F
Complementary color
Monochromatic Colors of #CA526F
Black with #CA526F
Text Example
Text Example
White with #CA526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA526F; }
p { color: rgb(202,82,111); }
H1.HeaderClassName
{
color: #CA526F;
}
.AnyTagClassName
{
color: #CA526F;
}
</style>
background-color css
<style>
a { background-color: #CA526F; }
a { background-color: rgb(202,82,111); }
div.DivClassName
{
background-color: #CA526F;
}
.BgClassName
{
background-color: #CA526F;
}
</style>
border-color css
<style>
span { border-color: #CA526F; }
span { border-color: rgb(202,82,111); }
td.TdClassName
{
border-color: #CA526F;
}
.TagClassName
{
border-color: #CA526F;
}
</style>