Shades of Cabaret #CB4167
Tints of Cabaret #CB4167
RGB
CMYK
RGB Variations
Color information
#CB4167 (or 0xCB4167) is known color: Cabaret. HEX triplet: CB, 41 and 67. RGB value is (203,65,103). Sum of RGB (Red+Green+Blue) = 203+65+103=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4167 is #34BE98. Grayscale: #6E6E6E. Windows color (decimal): -3456665 or 6767051. OLE color: 6767051.
HSL color Cylindrical-coordinate representation of color #CB4167: hue angle of 343.48º 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 #CB4167 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 103 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.20 |
| HSL | 343.48º | 0.57% | 0.53% | - |
| HSV(B) | 343.48º | 0.68% | 0.8% | - |
| XYZ | 28.97 | 17.46 | 14.67 | - |
| YUV | 110.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 103 | 0 | 0.68 | 0.49 | 0.20 | 343.48 | 0.57 | 0.53 |
| Hex | CB | 41 | 67 | 0 | 44 | 31 | 14 | 157 | 39 | 35 |
| Octal | 313 | 101 | 147 | 0 | 104 | 61 | 24 | 527 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1100111 | 0 | 1000100 | 110001 | 10100 | 101010111 | 111001 | 110101 |
Color Harmonies of #CB4167
Complementary color
Monochromatic Colors of #CB4167
Black with #CB4167
Text Example
Text Example
White with #CB4167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4167; }
p { color: rgb(203,65,103); }
H1.HeaderClassName
{
color: #CB4167;
}
.AnyTagClassName
{
color: #CB4167;
}
</style>
background-color css
<style>
a { background-color: #CB4167; }
a { background-color: rgb(203,65,103); }
div.DivClassName
{
background-color: #CB4167;
}
.BgClassName
{
background-color: #CB4167;
}
</style>
border-color css
<style>
span { border-color: #CB4167; }
span { border-color: rgb(203,65,103); }
td.TdClassName
{
border-color: #CB4167;
}
.TagClassName
{
border-color: #CB4167;
}
</style>