Shades of Cabaret #CB4364
Tints of Cabaret #CB4364
RGB
CMYK
RGB Variations
Color information
#CB4364 (or 0xCB4364) is known color: Cabaret. HEX triplet: CB, 43 and 64. RGB value is (203,67,100). Sum of RGB (Red+Green+Blue) = 203+67+100=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4364 is #34BC9B. Grayscale: #6F6F6F. Windows color (decimal): -3456156 or 6570955. OLE color: 6570955.
HSL color Cylindrical-coordinate representation of color #CB4364: hue angle of 345.44º degrees, saturation: 0.57, 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 #CB4364 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 100 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.20 |
| HSL | 345.44º | 0.57% | 0.53% | - |
| HSV(B) | 345.44º | 0.67% | 0.8% | - |
| XYZ | 28.94 | 17.63 | 13.93 | - |
| YUV | 111.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 100 | 0 | 0.67 | 0.51 | 0.20 | 345.44 | 0.57 | 0.53 |
| Hex | CB | 43 | 64 | 0 | 43 | 33 | 14 | 159 | 39 | 35 |
| Octal | 313 | 103 | 144 | 0 | 103 | 63 | 24 | 531 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1100100 | 0 | 1000011 | 110011 | 10100 | 101011001 | 111001 | 110101 |
Color Harmonies of #CB4364
Complementary color
Monochromatic Colors of #CB4364
Black with #CB4364
Text Example
Text Example
White with #CB4364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4364; }
p { color: rgb(203,67,100); }
H1.HeaderClassName
{
color: #CB4364;
}
.AnyTagClassName
{
color: #CB4364;
}
</style>
background-color css
<style>
a { background-color: #CB4364; }
a { background-color: rgb(203,67,100); }
div.DivClassName
{
background-color: #CB4364;
}
.BgClassName
{
background-color: #CB4364;
}
</style>
border-color css
<style>
span { border-color: #CB4364; }
span { border-color: rgb(203,67,100); }
td.TdClassName
{
border-color: #CB4364;
}
.TagClassName
{
border-color: #CB4364;
}
</style>