Shades of Cabaret #CB5267
Tints of Cabaret #CB5267
RGB
CMYK
RGB Variations
Color information
#CB5267 (or 0xCB5267) is known color: Cabaret. HEX triplet: CB, 52 and 67. RGB value is (203,82,103). Sum of RGB (Red+Green+Blue) = 203+82+103=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5267 is #34AD98. Grayscale: #787878. Windows color (decimal): -3452313 or 6771403. OLE color: 6771403.
HSL color Cylindrical-coordinate representation of color #CB5267: hue angle of 349.59º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5267 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 103 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.20 |
| HSL | 349.59º | 0.54% | 0.56% | - |
| HSV(B) | 349.59º | 0.6% | 0.8% | - |
| XYZ | 30.09 | 19.71 | 15.05 | - |
| YUV | 120.57 | 118.09 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 103 | 0 | 0.60 | 0.49 | 0.20 | 349.59 | 0.54 | 0.56 |
| Hex | CB | 52 | 67 | 0 | 3C | 31 | 14 | 15E | 36 | 38 |
| Octal | 313 | 122 | 147 | 0 | 74 | 61 | 24 | 536 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1100111 | 0 | 111100 | 110001 | 10100 | 101011110 | 110110 | 111000 |
Color Harmonies of #CB5267
Complementary color
Monochromatic Colors of #CB5267
Black with #CB5267
Text Example
Text Example
White with #CB5267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5267; }
p { color: rgb(203,82,103); }
H1.HeaderClassName
{
color: #CB5267;
}
.AnyTagClassName
{
color: #CB5267;
}
</style>
background-color css
<style>
a { background-color: #CB5267; }
a { background-color: rgb(203,82,103); }
div.DivClassName
{
background-color: #CB5267;
}
.BgClassName
{
background-color: #CB5267;
}
</style>
border-color css
<style>
span { border-color: #CB5267; }
span { border-color: rgb(203,82,103); }
td.TdClassName
{
border-color: #CB5267;
}
.TagClassName
{
border-color: #CB5267;
}
</style>