Shades of Cabaret #CB4470
Tints of Cabaret #CB4470
RGB
CMYK
RGB Variations
Color information
#CB4470 (or 0xCB4470) is known color: Cabaret. HEX triplet: CB, 44 and 70. RGB value is (203,68,112). Sum of RGB (Red+Green+Blue) = 203+68+112=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4470 is #34BB8F. Grayscale: #717171. Windows color (decimal): -3455888 or 7357643. OLE color: 7357643.
HSL color Cylindrical-coordinate representation of color #CB4470: hue angle of 340.44º degrees, saturation: 0.56, 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 #CB4470 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 112 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.20 |
| HSL | 340.44º | 0.56% | 0.53% | - |
| HSV(B) | 340.44º | 0.67% | 0.8% | - |
| XYZ | 29.62 | 18 | 17.24 | - |
| YUV | 113.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 112 | 0 | 0.67 | 0.45 | 0.20 | 340.44 | 0.56 | 0.53 |
| Hex | CB | 44 | 70 | 0 | 43 | 2D | 14 | 154 | 38 | 35 |
| Octal | 313 | 104 | 160 | 0 | 103 | 55 | 24 | 524 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1110000 | 0 | 1000011 | 101101 | 10100 | 101010100 | 111000 | 110101 |
Color Harmonies of #CB4470
Complementary color
Monochromatic Colors of #CB4470
Black with #CB4470
Text Example
Text Example
White with #CB4470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4470; }
p { color: rgb(203,68,112); }
H1.HeaderClassName
{
color: #CB4470;
}
.AnyTagClassName
{
color: #CB4470;
}
</style>
background-color css
<style>
a { background-color: #CB4470; }
a { background-color: rgb(203,68,112); }
div.DivClassName
{
background-color: #CB4470;
}
.BgClassName
{
background-color: #CB4470;
}
</style>
border-color css
<style>
span { border-color: #CB4470; }
span { border-color: rgb(203,68,112); }
td.TdClassName
{
border-color: #CB4470;
}
.TagClassName
{
border-color: #CB4470;
}
</style>