Shades of Cabaret #CB4962
Tints of Cabaret #CB4962
RGB
CMYK
RGB Variations
Color information
#CB4962 (or 0xCB4962) is known color: Cabaret. HEX triplet: CB, 49 and 62. RGB value is (203,73,98). Sum of RGB (Red+Green+Blue) = 203+73+98=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4962 is #34B69D. Grayscale: #727272. Windows color (decimal): -3454622 or 6441419. OLE color: 6441419.
HSL color Cylindrical-coordinate representation of color #CB4962: hue angle of 348.46º 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 #CB4962 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 98 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.20 |
| HSL | 348.46º | 0.56% | 0.54% | - |
| HSV(B) | 348.46º | 0.64% | 0.8% | - |
| XYZ | 29.22 | 18.34 | 13.56 | - |
| YUV | 114.72 | 118.57 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 98 | 0 | 0.64 | 0.52 | 0.20 | 348.46 | 0.56 | 0.54 |
| Hex | CB | 49 | 62 | 0 | 40 | 34 | 14 | 15C | 38 | 36 |
| Octal | 313 | 111 | 142 | 0 | 100 | 64 | 24 | 534 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1100010 | 0 | 1000000 | 110100 | 10100 | 101011100 | 111000 | 110110 |
Color Harmonies of #CB4962
Complementary color
Monochromatic Colors of #CB4962
Black with #CB4962
Text Example
Text Example
White with #CB4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4962; }
p { color: rgb(203,73,98); }
H1.HeaderClassName
{
color: #CB4962;
}
.AnyTagClassName
{
color: #CB4962;
}
</style>
background-color css
<style>
a { background-color: #CB4962; }
a { background-color: rgb(203,73,98); }
div.DivClassName
{
background-color: #CB4962;
}
.BgClassName
{
background-color: #CB4962;
}
</style>
border-color css
<style>
span { border-color: #CB4962; }
span { border-color: rgb(203,73,98); }
td.TdClassName
{
border-color: #CB4962;
}
.TagClassName
{
border-color: #CB4962;
}
</style>