Shades of Cabaret #CB4463
Tints of Cabaret #CB4463
RGB
CMYK
RGB Variations
Color information
#CB4463 (or 0xCB4463) is known color: Cabaret. HEX triplet: CB, 44 and 63. RGB value is (203,68,99). Sum of RGB (Red+Green+Blue) = 203+68+99=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4463 is #34BB9C. Grayscale: #6F6F6F. Windows color (decimal): -3455901 or 6505675. OLE color: 6505675.
HSL color Cylindrical-coordinate representation of color #CB4463: hue angle of 346.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4463 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 99 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.20 |
| HSL | 346.22º | 0.56% | 0.53% | - |
| HSV(B) | 346.22º | 0.67% | 0.8% | - |
| XYZ | 28.95 | 17.73 | 13.7 | - |
| YUV | 111.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 99 | 0 | 0.67 | 0.51 | 0.20 | 346.22 | 0.56 | 0.53 |
| Hex | CB | 44 | 63 | 0 | 43 | 33 | 14 | 15A | 38 | 35 |
| Octal | 313 | 104 | 143 | 0 | 103 | 63 | 24 | 532 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1100011 | 0 | 1000011 | 110011 | 10100 | 101011010 | 111000 | 110101 |
Color Harmonies of #CB4463
Complementary color
Monochromatic Colors of #CB4463
Black with #CB4463
Text Example
Text Example
White with #CB4463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4463; }
p { color: rgb(203,68,99); }
H1.HeaderClassName
{
color: #CB4463;
}
.AnyTagClassName
{
color: #CB4463;
}
</style>
background-color css
<style>
a { background-color: #CB4463; }
a { background-color: rgb(203,68,99); }
div.DivClassName
{
background-color: #CB4463;
}
.BgClassName
{
background-color: #CB4463;
}
</style>
border-color css
<style>
span { border-color: #CB4463; }
span { border-color: rgb(203,68,99); }
td.TdClassName
{
border-color: #CB4463;
}
.TagClassName
{
border-color: #CB4463;
}
</style>