Shades of Cabaret #CA4861
Tints of Cabaret #CA4861
RGB
CMYK
RGB Variations
Color information
#CA4861 (or 0xCA4861) is known color: Cabaret. HEX triplet: CA, 48 and 61. RGB value is (202,72,97). Sum of RGB (Red+Green+Blue) = 202+72+97=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4861 is #35B79E. Grayscale: #717171. Windows color (decimal): -3520415 or 6375626. OLE color: 6375626.
HSL color Cylindrical-coordinate representation of color #CA4861: hue angle of 348.46º 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 #CA4861 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 97 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.21 |
| HSL | 348.46º | 0.55% | 0.54% | - |
| HSV(B) | 348.46º | 0.64% | 0.79% | - |
| XYZ | 28.83 | 18.05 | 13.27 | - |
| YUV | 113.72 | 118.57 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 97 | 0 | 0.64 | 0.52 | 0.21 | 348.46 | 0.55 | 0.54 |
| Hex | CA | 48 | 61 | 0 | 40 | 34 | 15 | 15C | 37 | 36 |
| Octal | 312 | 110 | 141 | 0 | 100 | 64 | 25 | 534 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1100001 | 0 | 1000000 | 110100 | 10101 | 101011100 | 110111 | 110110 |
Color Harmonies of #CA4861
Complementary color
Monochromatic Colors of #CA4861
Black with #CA4861
Text Example
Text Example
White with #CA4861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4861; }
p { color: rgb(202,72,97); }
H1.HeaderClassName
{
color: #CA4861;
}
.AnyTagClassName
{
color: #CA4861;
}
</style>
background-color css
<style>
a { background-color: #CA4861; }
a { background-color: rgb(202,72,97); }
div.DivClassName
{
background-color: #CA4861;
}
.BgClassName
{
background-color: #CA4861;
}
</style>
border-color css
<style>
span { border-color: #CA4861; }
span { border-color: rgb(202,72,97); }
td.TdClassName
{
border-color: #CA4861;
}
.TagClassName
{
border-color: #CA4861;
}
</style>