Shades of Cabaret #CA476B
Tints of Cabaret #CA476B
RGB
CMYK
RGB Variations
Color information
#CA476B (or 0xCA476B) is known color: Cabaret. HEX triplet: CA, 47 and 6B. RGB value is (202,71,107). Sum of RGB (Red+Green+Blue) = 202+71+107=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA476B is #35B894. Grayscale: #727272. Windows color (decimal): -3520661 or 7030730. OLE color: 7030730.
HSL color Cylindrical-coordinate representation of color #CA476B: hue angle of 343.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA476B is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 107 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.21 |
| HSL | 343.51º | 0.55% | 0.54% | - |
| HSV(B) | 343.51º | 0.65% | 0.79% | - |
| XYZ | 29.26 | 18.12 | 15.87 | - |
| YUV | 114.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 107 | 0 | 0.65 | 0.47 | 0.21 | 343.51 | 0.55 | 0.54 |
| Hex | CA | 47 | 6B | 0 | 41 | 2F | 15 | 158 | 37 | 36 |
| Octal | 312 | 107 | 153 | 0 | 101 | 57 | 25 | 530 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1101011 | 0 | 1000001 | 101111 | 10101 | 101011000 | 110111 | 110110 |
Color Harmonies of #CA476B
Complementary color
Monochromatic Colors of #CA476B
Black with #CA476B
Text Example
Text Example
White with #CA476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA476B; }
p { color: rgb(202,71,107); }
H1.HeaderClassName
{
color: #CA476B;
}
.AnyTagClassName
{
color: #CA476B;
}
</style>
background-color css
<style>
a { background-color: #CA476B; }
a { background-color: rgb(202,71,107); }
div.DivClassName
{
background-color: #CA476B;
}
.BgClassName
{
background-color: #CA476B;
}
</style>
border-color css
<style>
span { border-color: #CA476B; }
span { border-color: rgb(202,71,107); }
td.TdClassName
{
border-color: #CA476B;
}
.TagClassName
{
border-color: #CA476B;
}
</style>