Shades of Cabaret #CB5365
Tints of Cabaret #CB5365
RGB
CMYK
RGB Variations
Color information
#CB5365 (or 0xCB5365) is known color: Cabaret. HEX triplet: CB, 53 and 65. RGB value is (203,83,101). Sum of RGB (Red+Green+Blue) = 203+83+101=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5365 is #34AC9A. Grayscale: #787878. Windows color (decimal): -3452059 or 6640587. OLE color: 6640587.
HSL color Cylindrical-coordinate representation of color #CB5365: hue angle of 351º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5365 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 101 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.20 |
| HSL | 351º | 0.54% | 0.56% | - |
| HSV(B) | 351º | 0.59% | 0.8% | - |
| XYZ | 30.07 | 19.82 | 14.55 | - |
| YUV | 120.93 | 116.76 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 101 | 0 | 0.59 | 0.50 | 0.20 | 351 | 0.54 | 0.56 |
| Hex | CB | 53 | 65 | 0 | 3B | 32 | 14 | 15F | 36 | 38 |
| Octal | 313 | 123 | 145 | 0 | 73 | 62 | 24 | 537 | 66 | 70 |
| Binary | 11001011 | 1010011 | 1100101 | 0 | 111011 | 110010 | 10100 | 101011111 | 110110 | 111000 |
Color Harmonies of #CB5365
Complementary color
Monochromatic Colors of #CB5365
Black with #CB5365
Text Example
Text Example
White with #CB5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5365; }
p { color: rgb(203,83,101); }
H1.HeaderClassName
{
color: #CB5365;
}
.AnyTagClassName
{
color: #CB5365;
}
</style>
background-color css
<style>
a { background-color: #CB5365; }
a { background-color: rgb(203,83,101); }
div.DivClassName
{
background-color: #CB5365;
}
.BgClassName
{
background-color: #CB5365;
}
</style>
border-color css
<style>
span { border-color: #CB5365; }
span { border-color: rgb(203,83,101); }
td.TdClassName
{
border-color: #CB5365;
}
.TagClassName
{
border-color: #CB5365;
}
</style>