Shades of Cabaret #CA4763
Tints of Cabaret #CA4763
RGB
CMYK
RGB Variations
Color information
#CA4763 (or 0xCA4763) is known color: Cabaret. HEX triplet: CA, 47 and 63. RGB value is (202,71,99). Sum of RGB (Red+Green+Blue) = 202+71+99=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4763 is #35B89C. Grayscale: #717171. Windows color (decimal): -3520669 or 6506442. OLE color: 6506442.
HSL color Cylindrical-coordinate representation of color #CA4763: hue angle of 347.18º 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 #CA4763 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 99 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.21 |
| HSL | 347.18º | 0.55% | 0.54% | - |
| HSV(B) | 347.18º | 0.65% | 0.79% | - |
| XYZ | 28.86 | 17.96 | 13.75 | - |
| YUV | 113.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 99 | 0 | 0.65 | 0.51 | 0.21 | 347.18 | 0.55 | 0.54 |
| Hex | CA | 47 | 63 | 0 | 41 | 33 | 15 | 15B | 37 | 36 |
| Octal | 312 | 107 | 143 | 0 | 101 | 63 | 25 | 533 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1100011 | 0 | 1000001 | 110011 | 10101 | 101011011 | 110111 | 110110 |
Color Harmonies of #CA4763
Complementary color
Monochromatic Colors of #CA4763
Black with #CA4763
Text Example
Text Example
White with #CA4763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4763; }
p { color: rgb(202,71,99); }
H1.HeaderClassName
{
color: #CA4763;
}
.AnyTagClassName
{
color: #CA4763;
}
</style>
background-color css
<style>
a { background-color: #CA4763; }
a { background-color: rgb(202,71,99); }
div.DivClassName
{
background-color: #CA4763;
}
.BgClassName
{
background-color: #CA4763;
}
</style>
border-color css
<style>
span { border-color: #CA4763; }
span { border-color: rgb(202,71,99); }
td.TdClassName
{
border-color: #CA4763;
}
.TagClassName
{
border-color: #CA4763;
}
</style>