Shades of Cabaret #CB4170
Tints of Cabaret #CB4170
RGB
CMYK
RGB Variations
Color information
#CB4170 (or 0xCB4170) is known color: Cabaret. HEX triplet: CB, 41 and 70. RGB value is (203,65,112). Sum of RGB (Red+Green+Blue) = 203+65+112=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4170 is #34BE8F. Grayscale: #6F6F6F. Windows color (decimal): -3456656 or 7356875. OLE color: 7356875.
HSL color Cylindrical-coordinate representation of color #CB4170: hue angle of 339.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4170 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 112 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.20 |
| HSL | 339.57º | 0.57% | 0.53% | - |
| HSV(B) | 339.57º | 0.68% | 0.8% | - |
| XYZ | 29.44 | 17.65 | 17.18 | - |
| YUV | 111.62 | 128.22 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 112 | 0 | 0.68 | 0.45 | 0.20 | 339.57 | 0.57 | 0.53 |
| Hex | CB | 41 | 70 | 0 | 44 | 2D | 14 | 154 | 39 | 35 |
| Octal | 313 | 101 | 160 | 0 | 104 | 55 | 24 | 524 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1110000 | 0 | 1000100 | 101101 | 10100 | 101010100 | 111001 | 110101 |
Color Harmonies of #CB4170
Complementary color
Monochromatic Colors of #CB4170
Black with #CB4170
Text Example
Text Example
White with #CB4170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4170; }
p { color: rgb(203,65,112); }
H1.HeaderClassName
{
color: #CB4170;
}
.AnyTagClassName
{
color: #CB4170;
}
</style>
background-color css
<style>
a { background-color: #CB4170; }
a { background-color: rgb(203,65,112); }
div.DivClassName
{
background-color: #CB4170;
}
.BgClassName
{
background-color: #CB4170;
}
</style>
border-color css
<style>
span { border-color: #CB4170; }
span { border-color: rgb(203,65,112); }
td.TdClassName
{
border-color: #CB4170;
}
.TagClassName
{
border-color: #CB4170;
}
</style>