Shades of Cabaret #CB5467
Tints of Cabaret #CB5467
RGB
CMYK
RGB Variations
Color information
#CB5467 (or 0xCB5467) is known color: Cabaret. HEX triplet: CB, 54 and 67. RGB value is (203,84,103). Sum of RGB (Red+Green+Blue) = 203+84+103=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5467 is #34AB98. Grayscale: #797979. Windows color (decimal): -3451801 or 6771915. OLE color: 6771915.
HSL color Cylindrical-coordinate representation of color #CB5467: hue angle of 350.42º degrees, saturation: 0.53, 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 #CB5467 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 103 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.20 |
| HSL | 350.42º | 0.53% | 0.56% | - |
| HSV(B) | 350.42º | 0.59% | 0.8% | - |
| XYZ | 30.25 | 20.02 | 15.1 | - |
| YUV | 121.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 103 | 0 | 0.59 | 0.49 | 0.20 | 350.42 | 0.53 | 0.56 |
| Hex | CB | 54 | 67 | 0 | 3B | 31 | 14 | 15E | 35 | 38 |
| Octal | 313 | 124 | 147 | 0 | 73 | 61 | 24 | 536 | 65 | 70 |
| Binary | 11001011 | 1010100 | 1100111 | 0 | 111011 | 110001 | 10100 | 101011110 | 110101 | 111000 |
Color Harmonies of #CB5467
Complementary color
Monochromatic Colors of #CB5467
Black with #CB5467
Text Example
Text Example
White with #CB5467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5467; }
p { color: rgb(203,84,103); }
H1.HeaderClassName
{
color: #CB5467;
}
.AnyTagClassName
{
color: #CB5467;
}
</style>
background-color css
<style>
a { background-color: #CB5467; }
a { background-color: rgb(203,84,103); }
div.DivClassName
{
background-color: #CB5467;
}
.BgClassName
{
background-color: #CB5467;
}
</style>
border-color css
<style>
span { border-color: #CB5467; }
span { border-color: rgb(203,84,103); }
td.TdClassName
{
border-color: #CB5467;
}
.TagClassName
{
border-color: #CB5467;
}
</style>