Shades of Cabaret #CA4876
Tints of Cabaret #CA4876
RGB
CMYK
RGB Variations
Color information
#CA4876 (or 0xCA4876) is known color: Cabaret. HEX triplet: CA, 48 and 76. RGB value is (202,72,118). Sum of RGB (Red+Green+Blue) = 202+72+118=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4876 is #35B789. Grayscale: #747474. Windows color (decimal): -3520394 or 7751882. OLE color: 7751882.
HSL color Cylindrical-coordinate representation of color #CA4876: hue angle of 338.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4876 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 118 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.21 |
| HSL | 338.77º | 0.55% | 0.54% | - |
| HSV(B) | 338.77º | 0.64% | 0.79% | - |
| XYZ | 29.94 | 18.5 | 19.13 | - |
| YUV | 116.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 118 | 0 | 0.64 | 0.42 | 0.21 | 338.77 | 0.55 | 0.54 |
| Hex | CA | 48 | 76 | 0 | 40 | 2A | 15 | 153 | 37 | 36 |
| Octal | 312 | 110 | 166 | 0 | 100 | 52 | 25 | 523 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1110110 | 0 | 1000000 | 101010 | 10101 | 101010011 | 110111 | 110110 |
Color Harmonies of #CA4876
Complementary color
Monochromatic Colors of #CA4876
Black with #CA4876
Text Example
Text Example
White with #CA4876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4876; }
p { color: rgb(202,72,118); }
H1.HeaderClassName
{
color: #CA4876;
}
.AnyTagClassName
{
color: #CA4876;
}
</style>
background-color css
<style>
a { background-color: #CA4876; }
a { background-color: rgb(202,72,118); }
div.DivClassName
{
background-color: #CA4876;
}
.BgClassName
{
background-color: #CA4876;
}
</style>
border-color css
<style>
span { border-color: #CA4876; }
span { border-color: rgb(202,72,118); }
td.TdClassName
{
border-color: #CA4876;
}
.TagClassName
{
border-color: #CA4876;
}
</style>