Shades of Cabaret #CA526C
Tints of Cabaret #CA526C
RGB
CMYK
RGB Variations
Color information
#CA526C (or 0xCA526C) is known color: Cabaret. HEX triplet: CA, 52 and 6C. RGB value is (202,82,108). Sum of RGB (Red+Green+Blue) = 202+82+108=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA526C is #35AD93. Grayscale: #787878. Windows color (decimal): -3517844 or 7099082. OLE color: 7099082.
HSL color Cylindrical-coordinate representation of color #CA526C: hue angle of 347º 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 #CA526C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 108 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.21 |
| HSL | 347º | 0.53% | 0.56% | - |
| HSV(B) | 347º | 0.59% | 0.79% | - |
| XYZ | 30.08 | 19.67 | 16.4 | - |
| YUV | 120.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 108 | 0 | 0.59 | 0.47 | 0.21 | 347 | 0.53 | 0.56 |
| Hex | CA | 52 | 6C | 0 | 3B | 2F | 15 | 15B | 35 | 38 |
| Octal | 312 | 122 | 154 | 0 | 73 | 57 | 25 | 533 | 65 | 70 |
| Binary | 11001010 | 1010010 | 1101100 | 0 | 111011 | 101111 | 10101 | 101011011 | 110101 | 111000 |
Color Harmonies of #CA526C
Complementary color
Monochromatic Colors of #CA526C
Black with #CA526C
Text Example
Text Example
White with #CA526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA526C; }
p { color: rgb(202,82,108); }
H1.HeaderClassName
{
color: #CA526C;
}
.AnyTagClassName
{
color: #CA526C;
}
</style>
background-color css
<style>
a { background-color: #CA526C; }
a { background-color: rgb(202,82,108); }
div.DivClassName
{
background-color: #CA526C;
}
.BgClassName
{
background-color: #CA526C;
}
</style>
border-color css
<style>
span { border-color: #CA526C; }
span { border-color: rgb(202,82,108); }
td.TdClassName
{
border-color: #CA526C;
}
.TagClassName
{
border-color: #CA526C;
}
</style>