Shades of Cabaret #CB4965
Tints of Cabaret #CB4965
RGB
CMYK
RGB Variations
Color information
#CB4965 (or 0xCB4965) is known color: Cabaret. HEX triplet: CB, 49 and 65. RGB value is (203,73,101). Sum of RGB (Red+Green+Blue) = 203+73+101=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4965 is #34B69A. Grayscale: #737373. Windows color (decimal): -3454619 or 6638027. OLE color: 6638027.
HSL color Cylindrical-coordinate representation of color #CB4965: hue angle of 347.08º 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 #CB4965 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 101 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.20 |
| HSL | 347.08º | 0.56% | 0.54% | - |
| HSV(B) | 347.08º | 0.64% | 0.8% | - |
| XYZ | 29.36 | 18.4 | 14.32 | - |
| YUV | 115.06 | 120.07 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 101 | 0 | 0.64 | 0.50 | 0.20 | 347.08 | 0.56 | 0.54 |
| Hex | CB | 49 | 65 | 0 | 40 | 32 | 14 | 15B | 38 | 36 |
| Octal | 313 | 111 | 145 | 0 | 100 | 62 | 24 | 533 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1100101 | 0 | 1000000 | 110010 | 10100 | 101011011 | 111000 | 110110 |
Color Harmonies of #CB4965
Complementary color
Monochromatic Colors of #CB4965
Black with #CB4965
Text Example
Text Example
White with #CB4965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4965; }
p { color: rgb(203,73,101); }
H1.HeaderClassName
{
color: #CB4965;
}
.AnyTagClassName
{
color: #CB4965;
}
</style>
background-color css
<style>
a { background-color: #CB4965; }
a { background-color: rgb(203,73,101); }
div.DivClassName
{
background-color: #CB4965;
}
.BgClassName
{
background-color: #CB4965;
}
</style>
border-color css
<style>
span { border-color: #CB4965; }
span { border-color: rgb(203,73,101); }
td.TdClassName
{
border-color: #CB4965;
}
.TagClassName
{
border-color: #CB4965;
}
</style>