Shades of Cabaret #CB4564
Tints of Cabaret #CB4564
RGB
CMYK
RGB Variations
Color information
#CB4564 (or 0xCB4564) is known color: Cabaret. HEX triplet: CB, 45 and 64. RGB value is (203,69,100). Sum of RGB (Red+Green+Blue) = 203+69+100=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4564 is #34BA9B. Grayscale: #707070. Windows color (decimal): -3455644 or 6571467. OLE color: 6571467.
HSL color Cylindrical-coordinate representation of color #CB4564: hue angle of 346.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4564 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 100 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.20 |
| HSL | 346.12º | 0.56% | 0.53% | - |
| HSV(B) | 346.12º | 0.66% | 0.8% | - |
| XYZ | 29.06 | 17.87 | 13.97 | - |
| YUV | 112.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 100 | 0 | 0.66 | 0.51 | 0.20 | 346.12 | 0.56 | 0.53 |
| Hex | CB | 45 | 64 | 0 | 42 | 33 | 14 | 15A | 38 | 35 |
| Octal | 313 | 105 | 144 | 0 | 102 | 63 | 24 | 532 | 70 | 65 |
| Binary | 11001011 | 1000101 | 1100100 | 0 | 1000010 | 110011 | 10100 | 101011010 | 111000 | 110101 |
Color Harmonies of #CB4564
Complementary color
Monochromatic Colors of #CB4564
Black with #CB4564
Text Example
Text Example
White with #CB4564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4564; }
p { color: rgb(203,69,100); }
H1.HeaderClassName
{
color: #CB4564;
}
.AnyTagClassName
{
color: #CB4564;
}
</style>
background-color css
<style>
a { background-color: #CB4564; }
a { background-color: rgb(203,69,100); }
div.DivClassName
{
background-color: #CB4564;
}
.BgClassName
{
background-color: #CB4564;
}
</style>
border-color css
<style>
span { border-color: #CB4564; }
span { border-color: rgb(203,69,100); }
td.TdClassName
{
border-color: #CB4564;
}
.TagClassName
{
border-color: #CB4564;
}
</style>