Shades of Cabaret #CB4963
Tints of Cabaret #CB4963
RGB
CMYK
RGB Variations
Color information
#CB4963 (or 0xCB4963) is known color: Cabaret. HEX triplet: CB, 49 and 63. RGB value is (203,73,99). Sum of RGB (Red+Green+Blue) = 203+73+99=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4963 is #34B69C. Grayscale: #727272. Windows color (decimal): -3454621 or 6506955. OLE color: 6506955.
HSL color Cylindrical-coordinate representation of color #CB4963: hue angle of 348º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4963 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 99 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.20 |
| HSL | 348º | 0.56% | 0.54% | - |
| HSV(B) | 348º | 0.64% | 0.8% | - |
| XYZ | 29.26 | 18.36 | 13.81 | - |
| YUV | 114.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 99 | 0 | 0.64 | 0.51 | 0.20 | 348 | 0.56 | 0.54 |
| Hex | CB | 49 | 63 | 0 | 40 | 33 | 14 | 15C | 38 | 36 |
| Octal | 313 | 111 | 143 | 0 | 100 | 63 | 24 | 534 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1100011 | 0 | 1000000 | 110011 | 10100 | 101011100 | 111000 | 110110 |
Color Harmonies of #CB4963
Complementary color
Monochromatic Colors of #CB4963
Black with #CB4963
Text Example
Text Example
White with #CB4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4963; }
p { color: rgb(203,73,99); }
H1.HeaderClassName
{
color: #CB4963;
}
.AnyTagClassName
{
color: #CB4963;
}
</style>
background-color css
<style>
a { background-color: #CB4963; }
a { background-color: rgb(203,73,99); }
div.DivClassName
{
background-color: #CB4963;
}
.BgClassName
{
background-color: #CB4963;
}
</style>
border-color css
<style>
span { border-color: #CB4963; }
span { border-color: rgb(203,73,99); }
td.TdClassName
{
border-color: #CB4963;
}
.TagClassName
{
border-color: #CB4963;
}
</style>