Shades of Cabaret #CB4966
Tints of Cabaret #CB4966
RGB
CMYK
RGB Variations
Color information
#CB4966 (or 0xCB4966) is known color: Cabaret. HEX triplet: CB, 49 and 66. RGB value is (203,73,102). Sum of RGB (Red+Green+Blue) = 203+73+102=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4966 is #34B699. Grayscale: #737373. Windows color (decimal): -3454618 or 6703563. OLE color: 6703563.
HSL color Cylindrical-coordinate representation of color #CB4966: hue angle of 346.62º 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 #CB4966 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 102 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.20 |
| HSL | 346.62º | 0.56% | 0.54% | - |
| HSV(B) | 346.62º | 0.64% | 0.8% | - |
| XYZ | 29.41 | 18.42 | 14.58 | - |
| YUV | 115.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 102 | 0 | 0.64 | 0.50 | 0.20 | 346.62 | 0.56 | 0.54 |
| Hex | CB | 49 | 66 | 0 | 40 | 32 | 14 | 15B | 38 | 36 |
| Octal | 313 | 111 | 146 | 0 | 100 | 62 | 24 | 533 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1100110 | 0 | 1000000 | 110010 | 10100 | 101011011 | 111000 | 110110 |
Color Harmonies of #CB4966
Complementary color
Monochromatic Colors of #CB4966
Black with #CB4966
Text Example
Text Example
White with #CB4966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4966; }
p { color: rgb(203,73,102); }
H1.HeaderClassName
{
color: #CB4966;
}
.AnyTagClassName
{
color: #CB4966;
}
</style>
background-color css
<style>
a { background-color: #CB4966; }
a { background-color: rgb(203,73,102); }
div.DivClassName
{
background-color: #CB4966;
}
.BgClassName
{
background-color: #CB4966;
}
</style>
border-color css
<style>
span { border-color: #CB4966; }
span { border-color: rgb(203,73,102); }
td.TdClassName
{
border-color: #CB4966;
}
.TagClassName
{
border-color: #CB4966;
}
</style>