Shades of Cabaret #CB5A70
Tints of Cabaret #CB5A70
RGB
CMYK
RGB Variations
Color information
#CB5A70 (or 0xCB5A70) is known color: Cabaret. HEX triplet: CB, 5A and 70. RGB value is (203,90,112). Sum of RGB (Red+Green+Blue) = 203+90+112=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A70 is #34A58F. Grayscale: #7E7E7E. Windows color (decimal): -3450256 or 7363275. OLE color: 7363275.
HSL color Cylindrical-coordinate representation of color #CB5A70: hue angle of 348.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5A70 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 112 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.20 |
| HSL | 348.32º | 0.52% | 0.57% | - |
| HSV(B) | 348.32º | 0.56% | 0.8% | - |
| XYZ | 31.21 | 21.18 | 17.77 | - |
| YUV | 126.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 112 | 0 | 0.56 | 0.45 | 0.20 | 348.32 | 0.52 | 0.57 |
| Hex | CB | 5A | 70 | 0 | 38 | 2D | 14 | 15C | 34 | 39 |
| Octal | 313 | 132 | 160 | 0 | 70 | 55 | 24 | 534 | 64 | 71 |
| Binary | 11001011 | 1011010 | 1110000 | 0 | 111000 | 101101 | 10100 | 101011100 | 110100 | 111001 |
Color Harmonies of #CB5A70
Complementary color
Monochromatic Colors of #CB5A70
Black with #CB5A70
Text Example
Text Example
White with #CB5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A70; }
p { color: rgb(203,90,112); }
H1.HeaderClassName
{
color: #CB5A70;
}
.AnyTagClassName
{
color: #CB5A70;
}
</style>
background-color css
<style>
a { background-color: #CB5A70; }
a { background-color: rgb(203,90,112); }
div.DivClassName
{
background-color: #CB5A70;
}
.BgClassName
{
background-color: #CB5A70;
}
</style>
border-color css
<style>
span { border-color: #CB5A70; }
span { border-color: rgb(203,90,112); }
td.TdClassName
{
border-color: #CB5A70;
}
.TagClassName
{
border-color: #CB5A70;
}
</style>