Shades of Cabaret #CB4E70
Tints of Cabaret #CB4E70
RGB
CMYK
RGB Variations
Color information
#CB4E70 (or 0xCB4E70) is known color: Cabaret. HEX triplet: CB, 4E and 70. RGB value is (203,78,112). Sum of RGB (Red+Green+Blue) = 203+78+112=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E70 is #34B18F. Grayscale: #777777. Windows color (decimal): -3453328 or 7360203. OLE color: 7360203.
HSL color Cylindrical-coordinate representation of color #CB4E70: hue angle of 343.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4E70 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 112 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.20 |
| HSL | 343.68º | 0.55% | 0.55% | - |
| HSV(B) | 343.68º | 0.62% | 0.8% | - |
| XYZ | 30.28 | 19.32 | 17.46 | - |
| YUV | 119.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 112 | 0 | 0.62 | 0.45 | 0.20 | 343.68 | 0.55 | 0.55 |
| Hex | CB | 4E | 70 | 0 | 3E | 2D | 14 | 158 | 37 | 37 |
| Octal | 313 | 116 | 160 | 0 | 76 | 55 | 24 | 530 | 67 | 67 |
| Binary | 11001011 | 1001110 | 1110000 | 0 | 111110 | 101101 | 10100 | 101011000 | 110111 | 110111 |
Color Harmonies of #CB4E70
Complementary color
Monochromatic Colors of #CB4E70
Black with #CB4E70
Text Example
Text Example
White with #CB4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E70; }
p { color: rgb(203,78,112); }
H1.HeaderClassName
{
color: #CB4E70;
}
.AnyTagClassName
{
color: #CB4E70;
}
</style>
background-color css
<style>
a { background-color: #CB4E70; }
a { background-color: rgb(203,78,112); }
div.DivClassName
{
background-color: #CB4E70;
}
.BgClassName
{
background-color: #CB4E70;
}
</style>
border-color css
<style>
span { border-color: #CB4E70; }
span { border-color: rgb(203,78,112); }
td.TdClassName
{
border-color: #CB4E70;
}
.TagClassName
{
border-color: #CB4E70;
}
</style>