Shades of Cabaret #CB4166
Tints of Cabaret #CB4166
RGB
CMYK
RGB Variations
Color information
#CB4166 (or 0xCB4166) is known color: Cabaret. HEX triplet: CB, 41 and 66. RGB value is (203,65,102). Sum of RGB (Red+Green+Blue) = 203+65+102=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4166 is #34BE99. Grayscale: #6E6E6E. Windows color (decimal): -3456666 or 6701515. OLE color: 6701515.
HSL color Cylindrical-coordinate representation of color #CB4166: hue angle of 343.91º 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 #CB4166 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 102 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.20 |
| HSL | 343.91º | 0.57% | 0.53% | - |
| HSV(B) | 343.91º | 0.68% | 0.8% | - |
| XYZ | 28.92 | 17.44 | 14.41 | - |
| YUV | 110.48 | 123.22 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 102 | 0 | 0.68 | 0.50 | 0.20 | 343.91 | 0.57 | 0.53 |
| Hex | CB | 41 | 66 | 0 | 44 | 32 | 14 | 158 | 39 | 35 |
| Octal | 313 | 101 | 146 | 0 | 104 | 62 | 24 | 530 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1100110 | 0 | 1000100 | 110010 | 10100 | 101011000 | 111001 | 110101 |
Color Harmonies of #CB4166
Complementary color
Monochromatic Colors of #CB4166
Black with #CB4166
Text Example
Text Example
White with #CB4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4166; }
p { color: rgb(203,65,102); }
H1.HeaderClassName
{
color: #CB4166;
}
.AnyTagClassName
{
color: #CB4166;
}
</style>
background-color css
<style>
a { background-color: #CB4166; }
a { background-color: rgb(203,65,102); }
div.DivClassName
{
background-color: #CB4166;
}
.BgClassName
{
background-color: #CB4166;
}
</style>
border-color css
<style>
span { border-color: #CB4166; }
span { border-color: rgb(203,65,102); }
td.TdClassName
{
border-color: #CB4166;
}
.TagClassName
{
border-color: #CB4166;
}
</style>