Shades of Cabaret #CB4370
Tints of Cabaret #CB4370
RGB
CMYK
RGB Variations
Color information
#CB4370 (or 0xCB4370) is known color: Cabaret. HEX triplet: CB, 43 and 70. RGB value is (203,67,112). Sum of RGB (Red+Green+Blue) = 203+67+112=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4370 is #34BC8F. Grayscale: #707070. Windows color (decimal): -3456144 or 7357387. OLE color: 7357387.
HSL color Cylindrical-coordinate representation of color #CB4370: hue angle of 340.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4370 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 112 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.20 |
| HSL | 340.15º | 0.57% | 0.53% | - |
| HSV(B) | 340.15º | 0.67% | 0.8% | - |
| XYZ | 29.56 | 17.88 | 17.22 | - |
| YUV | 112.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 112 | 0 | 0.67 | 0.45 | 0.20 | 340.15 | 0.57 | 0.53 |
| Hex | CB | 43 | 70 | 0 | 43 | 2D | 14 | 154 | 39 | 35 |
| Octal | 313 | 103 | 160 | 0 | 103 | 55 | 24 | 524 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1110000 | 0 | 1000011 | 101101 | 10100 | 101010100 | 111001 | 110101 |
Color Harmonies of #CB4370
Complementary color
Monochromatic Colors of #CB4370
Black with #CB4370
Text Example
Text Example
White with #CB4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4370; }
p { color: rgb(203,67,112); }
H1.HeaderClassName
{
color: #CB4370;
}
.AnyTagClassName
{
color: #CB4370;
}
</style>
background-color css
<style>
a { background-color: #CB4370; }
a { background-color: rgb(203,67,112); }
div.DivClassName
{
background-color: #CB4370;
}
.BgClassName
{
background-color: #CB4370;
}
</style>
border-color css
<style>
span { border-color: #CB4370; }
span { border-color: rgb(203,67,112); }
td.TdClassName
{
border-color: #CB4370;
}
.TagClassName
{
border-color: #CB4370;
}
</style>