Shades of Cabaret #CB5370
Tints of Cabaret #CB5370
RGB
CMYK
RGB Variations
Color information
#CB5370 (or 0xCB5370) is known color: Cabaret. HEX triplet: CB, 53 and 70. RGB value is (203,83,112). Sum of RGB (Red+Green+Blue) = 203+83+112=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5370 is #34AC8F. Grayscale: #7A7A7A. Windows color (decimal): -3452048 or 7361483. OLE color: 7361483.
HSL color Cylindrical-coordinate representation of color #CB5370: hue angle of 345.5º 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 #CB5370 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 112 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.20 |
| HSL | 345.5º | 0.54% | 0.56% | - |
| HSV(B) | 345.5º | 0.59% | 0.8% | - |
| XYZ | 30.65 | 20.05 | 17.58 | - |
| YUV | 122.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 112 | 0 | 0.59 | 0.45 | 0.20 | 345.5 | 0.54 | 0.56 |
| Hex | CB | 53 | 70 | 0 | 3B | 2D | 14 | 15A | 36 | 38 |
| Octal | 313 | 123 | 160 | 0 | 73 | 55 | 24 | 532 | 66 | 70 |
| Binary | 11001011 | 1010011 | 1110000 | 0 | 111011 | 101101 | 10100 | 101011010 | 110110 | 111000 |
Color Harmonies of #CB5370
Complementary color
Monochromatic Colors of #CB5370
Black with #CB5370
Text Example
Text Example
White with #CB5370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5370; }
p { color: rgb(203,83,112); }
H1.HeaderClassName
{
color: #CB5370;
}
.AnyTagClassName
{
color: #CB5370;
}
</style>
background-color css
<style>
a { background-color: #CB5370; }
a { background-color: rgb(203,83,112); }
div.DivClassName
{
background-color: #CB5370;
}
.BgClassName
{
background-color: #CB5370;
}
</style>
border-color css
<style>
span { border-color: #CB5370; }
span { border-color: rgb(203,83,112); }
td.TdClassName
{
border-color: #CB5370;
}
.TagClassName
{
border-color: #CB5370;
}
</style>