Shades of Cabaret #CB4061
Tints of Cabaret #CB4061
RGB
CMYK
RGB Variations
Color information
#CB4061 (or 0xCB4061) is known color: Cabaret. HEX triplet: CB, 40 and 61. RGB value is (203,64,97). Sum of RGB (Red+Green+Blue) = 203+64+97=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4061 is #34BF9E. Grayscale: #6D6D6D. Windows color (decimal): -3456927 or 6373579. OLE color: 6373579.
HSL color Cylindrical-coordinate representation of color #CB4061: hue angle of 345.76º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4061 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 97 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.20 |
| HSL | 345.76º | 0.57% | 0.52% | - |
| HSV(B) | 345.76º | 0.68% | 0.8% | - |
| XYZ | 28.62 | 17.23 | 13.13 | - |
| YUV | 109.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 97 | 0 | 0.68 | 0.52 | 0.20 | 345.76 | 0.57 | 0.52 |
| Hex | CB | 40 | 61 | 0 | 44 | 34 | 14 | 15A | 39 | 34 |
| Octal | 313 | 100 | 141 | 0 | 104 | 64 | 24 | 532 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1100001 | 0 | 1000100 | 110100 | 10100 | 101011010 | 111001 | 110100 |
Color Harmonies of #CB4061
Complementary color
Monochromatic Colors of #CB4061
Black with #CB4061
Text Example
Text Example
White with #CB4061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4061; }
p { color: rgb(203,64,97); }
H1.HeaderClassName
{
color: #CB4061;
}
.AnyTagClassName
{
color: #CB4061;
}
</style>
background-color css
<style>
a { background-color: #CB4061; }
a { background-color: rgb(203,64,97); }
div.DivClassName
{
background-color: #CB4061;
}
.BgClassName
{
background-color: #CB4061;
}
</style>
border-color css
<style>
span { border-color: #CB4061; }
span { border-color: rgb(203,64,97); }
td.TdClassName
{
border-color: #CB4061;
}
.TagClassName
{
border-color: #CB4061;
}
</style>