Shades of Cabaret #CB4165
Tints of Cabaret #CB4165
RGB
CMYK
RGB Variations
Color information
#CB4165 (or 0xCB4165) is known color: Cabaret. HEX triplet: CB, 41 and 65. RGB value is (203,65,101). Sum of RGB (Red+Green+Blue) = 203+65+101=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4165 is #34BE9A. Grayscale: #6E6E6E. Windows color (decimal): -3456667 or 6635979. OLE color: 6635979.
HSL color Cylindrical-coordinate representation of color #CB4165: hue angle of 344.35º 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 #CB4165 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 101 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.20 |
| HSL | 344.35º | 0.57% | 0.53% | - |
| HSV(B) | 344.35º | 0.68% | 0.8% | - |
| XYZ | 28.87 | 17.42 | 14.15 | - |
| YUV | 110.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 101 | 0 | 0.68 | 0.50 | 0.20 | 344.35 | 0.57 | 0.53 |
| Hex | CB | 41 | 65 | 0 | 44 | 32 | 14 | 158 | 39 | 35 |
| Octal | 313 | 101 | 145 | 0 | 104 | 62 | 24 | 530 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1100101 | 0 | 1000100 | 110010 | 10100 | 101011000 | 111001 | 110101 |
Color Harmonies of #CB4165
Complementary color
Monochromatic Colors of #CB4165
Black with #CB4165
Text Example
Text Example
White with #CB4165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4165; }
p { color: rgb(203,65,101); }
H1.HeaderClassName
{
color: #CB4165;
}
.AnyTagClassName
{
color: #CB4165;
}
</style>
background-color css
<style>
a { background-color: #CB4165; }
a { background-color: rgb(203,65,101); }
div.DivClassName
{
background-color: #CB4165;
}
.BgClassName
{
background-color: #CB4165;
}
</style>
border-color css
<style>
span { border-color: #CB4165; }
span { border-color: rgb(203,65,101); }
td.TdClassName
{
border-color: #CB4165;
}
.TagClassName
{
border-color: #CB4165;
}
</style>