Shades of Cabaret #CB5167
Tints of Cabaret #CB5167
RGB
CMYK
RGB Variations
Color information
#CB5167 (or 0xCB5167) is known color: Cabaret. HEX triplet: CB, 51 and 67. RGB value is (203,81,103). Sum of RGB (Red+Green+Blue) = 203+81+103=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5167 is #34AE98. Grayscale: #787878. Windows color (decimal): -3452569 or 6771147. OLE color: 6771147.
HSL color Cylindrical-coordinate representation of color #CB5167: hue angle of 349.18º 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 #CB5167 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 103 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.20 |
| HSL | 349.18º | 0.54% | 0.56% | - |
| HSV(B) | 349.18º | 0.6% | 0.8% | - |
| XYZ | 30.02 | 19.56 | 15.03 | - |
| YUV | 119.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 103 | 0 | 0.60 | 0.49 | 0.20 | 349.18 | 0.54 | 0.56 |
| Hex | CB | 51 | 67 | 0 | 3C | 31 | 14 | 15D | 36 | 38 |
| Octal | 313 | 121 | 147 | 0 | 74 | 61 | 24 | 535 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1100111 | 0 | 111100 | 110001 | 10100 | 101011101 | 110110 | 111000 |
Color Harmonies of #CB5167
Complementary color
Monochromatic Colors of #CB5167
Black with #CB5167
Text Example
Text Example
White with #CB5167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5167; }
p { color: rgb(203,81,103); }
H1.HeaderClassName
{
color: #CB5167;
}
.AnyTagClassName
{
color: #CB5167;
}
</style>
background-color css
<style>
a { background-color: #CB5167; }
a { background-color: rgb(203,81,103); }
div.DivClassName
{
background-color: #CB5167;
}
.BgClassName
{
background-color: #CB5167;
}
</style>
border-color css
<style>
span { border-color: #CB5167; }
span { border-color: rgb(203,81,103); }
td.TdClassName
{
border-color: #CB5167;
}
.TagClassName
{
border-color: #CB5167;
}
</style>