Shades of Cabaret #CB5070
Tints of Cabaret #CB5070
RGB
CMYK
RGB Variations
Color information
#CB5070 (or 0xCB5070) is known color: Cabaret. HEX triplet: CB, 50 and 70. RGB value is (203,80,112). Sum of RGB (Red+Green+Blue) = 203+80+112=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5070 is #34AF8F. Grayscale: #787878. Windows color (decimal): -3452816 or 7360715. OLE color: 7360715.
HSL color Cylindrical-coordinate representation of color #CB5070: hue angle of 344.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5070 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 112 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.20 |
| HSL | 344.39º | 0.54% | 0.55% | - |
| HSV(B) | 344.39º | 0.61% | 0.8% | - |
| XYZ | 30.42 | 19.6 | 17.51 | - |
| YUV | 120.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 112 | 0 | 0.61 | 0.45 | 0.20 | 344.39 | 0.54 | 0.55 |
| Hex | CB | 50 | 70 | 0 | 3D | 2D | 14 | 158 | 36 | 37 |
| Octal | 313 | 120 | 160 | 0 | 75 | 55 | 24 | 530 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1110000 | 0 | 111101 | 101101 | 10100 | 101011000 | 110110 | 110111 |
Color Harmonies of #CB5070
Complementary color
Monochromatic Colors of #CB5070
Black with #CB5070
Text Example
Text Example
White with #CB5070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5070; }
p { color: rgb(203,80,112); }
H1.HeaderClassName
{
color: #CB5070;
}
.AnyTagClassName
{
color: #CB5070;
}
</style>
background-color css
<style>
a { background-color: #CB5070; }
a { background-color: rgb(203,80,112); }
div.DivClassName
{
background-color: #CB5070;
}
.BgClassName
{
background-color: #CB5070;
}
</style>
border-color css
<style>
span { border-color: #CB5070; }
span { border-color: rgb(203,80,112); }
td.TdClassName
{
border-color: #CB5070;
}
.TagClassName
{
border-color: #CB5070;
}
</style>