Shades of Cabaret #CA4762
Tints of Cabaret #CA4762
RGB
CMYK
RGB Variations
Color information
#CA4762 (or 0xCA4762) is known color: Cabaret. HEX triplet: CA, 47 and 62. RGB value is (202,71,98). Sum of RGB (Red+Green+Blue) = 202+71+98=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4762 is #35B89D. Grayscale: #717171. Windows color (decimal): -3520670 or 6440906. OLE color: 6440906.
HSL color Cylindrical-coordinate representation of color #CA4762: hue angle of 347.63º 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 #CA4762 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 98 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.21 |
| HSL | 347.63º | 0.55% | 0.54% | - |
| HSV(B) | 347.63º | 0.65% | 0.79% | - |
| XYZ | 28.81 | 17.94 | 13.5 | - |
| YUV | 113.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 98 | 0 | 0.65 | 0.51 | 0.21 | 347.63 | 0.55 | 0.54 |
| Hex | CA | 47 | 62 | 0 | 41 | 33 | 15 | 15C | 37 | 36 |
| Octal | 312 | 107 | 142 | 0 | 101 | 63 | 25 | 534 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1100010 | 0 | 1000001 | 110011 | 10101 | 101011100 | 110111 | 110110 |
Color Harmonies of #CA4762
Complementary color
Monochromatic Colors of #CA4762
Black with #CA4762
Text Example
Text Example
White with #CA4762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4762; }
p { color: rgb(202,71,98); }
H1.HeaderClassName
{
color: #CA4762;
}
.AnyTagClassName
{
color: #CA4762;
}
</style>
background-color css
<style>
a { background-color: #CA4762; }
a { background-color: rgb(202,71,98); }
div.DivClassName
{
background-color: #CA4762;
}
.BgClassName
{
background-color: #CA4762;
}
</style>
border-color css
<style>
span { border-color: #CA4762; }
span { border-color: rgb(202,71,98); }
td.TdClassName
{
border-color: #CA4762;
}
.TagClassName
{
border-color: #CA4762;
}
</style>