Shades of Cabaret #CB4670
Tints of Cabaret #CB4670
RGB
CMYK
RGB Variations
Color information
#CB4670 (or 0xCB4670) is known color: Cabaret. HEX triplet: CB, 46 and 70. RGB value is (203,70,112). Sum of RGB (Red+Green+Blue) = 203+70+112=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4670 is #34B98F. Grayscale: #727272. Windows color (decimal): -3455376 or 7358155. OLE color: 7358155.
HSL color Cylindrical-coordinate representation of color #CB4670: hue angle of 341.05º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4670 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 112 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.20 |
| HSL | 341.05º | 0.56% | 0.54% | - |
| HSV(B) | 341.05º | 0.66% | 0.8% | - |
| XYZ | 29.74 | 18.25 | 17.28 | - |
| YUV | 114.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 112 | 0 | 0.66 | 0.45 | 0.20 | 341.05 | 0.56 | 0.54 |
| Hex | CB | 46 | 70 | 0 | 42 | 2D | 14 | 155 | 38 | 36 |
| Octal | 313 | 106 | 160 | 0 | 102 | 55 | 24 | 525 | 70 | 66 |
| Binary | 11001011 | 1000110 | 1110000 | 0 | 1000010 | 101101 | 10100 | 101010101 | 111000 | 110110 |
Color Harmonies of #CB4670
Complementary color
Monochromatic Colors of #CB4670
Black with #CB4670
Text Example
Text Example
White with #CB4670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4670; }
p { color: rgb(203,70,112); }
H1.HeaderClassName
{
color: #CB4670;
}
.AnyTagClassName
{
color: #CB4670;
}
</style>
background-color css
<style>
a { background-color: #CB4670; }
a { background-color: rgb(203,70,112); }
div.DivClassName
{
background-color: #CB4670;
}
.BgClassName
{
background-color: #CB4670;
}
</style>
border-color css
<style>
span { border-color: #CB4670; }
span { border-color: rgb(203,70,112); }
td.TdClassName
{
border-color: #CB4670;
}
.TagClassName
{
border-color: #CB4670;
}
</style>