Shades of Cabaret #CA466B
Tints of Cabaret #CA466B
RGB
CMYK
RGB Variations
Color information
#CA466B (or 0xCA466B) is known color: Cabaret. HEX triplet: CA, 46 and 6B. RGB value is (202,70,107). Sum of RGB (Red+Green+Blue) = 202+70+107=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA466B is #35B994. Grayscale: #717171. Windows color (decimal): -3520917 or 7030474. OLE color: 7030474.
HSL color Cylindrical-coordinate representation of color #CA466B: hue angle of 343.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA466B is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 107 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.21 |
| HSL | 343.18º | 0.55% | 0.53% | - |
| HSV(B) | 343.18º | 0.65% | 0.79% | - |
| XYZ | 29.2 | 18 | 15.84 | - |
| YUV | 113.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 107 | 0 | 0.65 | 0.47 | 0.21 | 343.18 | 0.55 | 0.53 |
| Hex | CA | 46 | 6B | 0 | 41 | 2F | 15 | 157 | 37 | 35 |
| Octal | 312 | 106 | 153 | 0 | 101 | 57 | 25 | 527 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1101011 | 0 | 1000001 | 101111 | 10101 | 101010111 | 110111 | 110101 |
Color Harmonies of #CA466B
Complementary color
Monochromatic Colors of #CA466B
Black with #CA466B
Text Example
Text Example
White with #CA466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA466B; }
p { color: rgb(202,70,107); }
H1.HeaderClassName
{
color: #CA466B;
}
.AnyTagClassName
{
color: #CA466B;
}
</style>
background-color css
<style>
a { background-color: #CA466B; }
a { background-color: rgb(202,70,107); }
div.DivClassName
{
background-color: #CA466B;
}
.BgClassName
{
background-color: #CA466B;
}
</style>
border-color css
<style>
span { border-color: #CA466B; }
span { border-color: rgb(202,70,107); }
td.TdClassName
{
border-color: #CA466B;
}
.TagClassName
{
border-color: #CA466B;
}
</style>