Shades of Cabaret #CB4163
Tints of Cabaret #CB4163
RGB
CMYK
RGB Variations
Color information
#CB4163 (or 0xCB4163) is known color: Cabaret. HEX triplet: CB, 41 and 63. RGB value is (203,65,99). Sum of RGB (Red+Green+Blue) = 203+65+99=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4163 is #34BE9C. Grayscale: #6E6E6E. Windows color (decimal): -3456669 or 6504907. OLE color: 6504907.
HSL color Cylindrical-coordinate representation of color #CB4163: hue angle of 345.22º 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 #CB4163 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 99 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.20 |
| HSL | 345.22º | 0.57% | 0.53% | - |
| HSV(B) | 345.22º | 0.68% | 0.8% | - |
| XYZ | 28.77 | 17.38 | 13.64 | - |
| YUV | 110.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 99 | 0 | 0.68 | 0.51 | 0.20 | 345.22 | 0.57 | 0.53 |
| Hex | CB | 41 | 63 | 0 | 44 | 33 | 14 | 159 | 39 | 35 |
| Octal | 313 | 101 | 143 | 0 | 104 | 63 | 24 | 531 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1100011 | 0 | 1000100 | 110011 | 10100 | 101011001 | 111001 | 110101 |
Color Harmonies of #CB4163
Complementary color
Monochromatic Colors of #CB4163
Black with #CB4163
Text Example
Text Example
White with #CB4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4163; }
p { color: rgb(203,65,99); }
H1.HeaderClassName
{
color: #CB4163;
}
.AnyTagClassName
{
color: #CB4163;
}
</style>
background-color css
<style>
a { background-color: #CB4163; }
a { background-color: rgb(203,65,99); }
div.DivClassName
{
background-color: #CB4163;
}
.BgClassName
{
background-color: #CB4163;
}
</style>
border-color css
<style>
span { border-color: #CB4163; }
span { border-color: rgb(203,65,99); }
td.TdClassName
{
border-color: #CB4163;
}
.TagClassName
{
border-color: #CB4163;
}
</style>