Shades of Cabaret #CB476F
Tints of Cabaret #CB476F
RGB
CMYK
RGB Variations
Color information
#CB476F (or 0xCB476F) is known color: Cabaret. HEX triplet: CB, 47 and 6F. RGB value is (203,71,111). Sum of RGB (Red+Green+Blue) = 203+71+111=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB476F is #34B890. Grayscale: #737373. Windows color (decimal): -3455121 or 7292875. OLE color: 7292875.
HSL color Cylindrical-coordinate representation of color #CB476F: hue angle of 341.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB476F is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 111 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.20 |
| HSL | 341.82º | 0.56% | 0.54% | - |
| HSV(B) | 341.82º | 0.65% | 0.8% | - |
| XYZ | 29.75 | 18.35 | 17.01 | - |
| YUV | 115.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 111 | 0 | 0.65 | 0.45 | 0.20 | 341.82 | 0.56 | 0.54 |
| Hex | CB | 47 | 6F | 0 | 41 | 2D | 14 | 156 | 38 | 36 |
| Octal | 313 | 107 | 157 | 0 | 101 | 55 | 24 | 526 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1101111 | 0 | 1000001 | 101101 | 10100 | 101010110 | 111000 | 110110 |
Color Harmonies of #CB476F
Complementary color
Monochromatic Colors of #CB476F
Black with #CB476F
Text Example
Text Example
White with #CB476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB476F; }
p { color: rgb(203,71,111); }
H1.HeaderClassName
{
color: #CB476F;
}
.AnyTagClassName
{
color: #CB476F;
}
</style>
background-color css
<style>
a { background-color: #CB476F; }
a { background-color: rgb(203,71,111); }
div.DivClassName
{
background-color: #CB476F;
}
.BgClassName
{
background-color: #CB476F;
}
</style>
border-color css
<style>
span { border-color: #CB476F; }
span { border-color: rgb(203,71,111); }
td.TdClassName
{
border-color: #CB476F;
}
.TagClassName
{
border-color: #CB476F;
}
</style>