Shades of Cabaret #CB4869
Tints of Cabaret #CB4869
RGB
CMYK
RGB Variations
Color information
#CB4869 (or 0xCB4869) is known color: Cabaret. HEX triplet: CB, 48 and 69. RGB value is (203,72,105). Sum of RGB (Red+Green+Blue) = 203+72+105=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4869 is #34B796. Grayscale: #727272. Windows color (decimal): -3454871 or 6899915. OLE color: 6899915.
HSL color Cylindrical-coordinate representation of color #CB4869: hue angle of 344.89º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4869 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 105 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.20 |
| HSL | 344.89º | 0.56% | 0.54% | - |
| HSV(B) | 344.89º | 0.65% | 0.8% | - |
| XYZ | 29.5 | 18.35 | 15.35 | - |
| YUV | 114.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 105 | 0 | 0.65 | 0.48 | 0.20 | 344.89 | 0.56 | 0.54 |
| Hex | CB | 48 | 69 | 0 | 41 | 30 | 14 | 159 | 38 | 36 |
| Octal | 313 | 110 | 151 | 0 | 101 | 60 | 24 | 531 | 70 | 66 |
| Binary | 11001011 | 1001000 | 1101001 | 0 | 1000001 | 110000 | 10100 | 101011001 | 111000 | 110110 |
Color Harmonies of #CB4869
Complementary color
Monochromatic Colors of #CB4869
Black with #CB4869
Text Example
Text Example
White with #CB4869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4869; }
p { color: rgb(203,72,105); }
H1.HeaderClassName
{
color: #CB4869;
}
.AnyTagClassName
{
color: #CB4869;
}
</style>
background-color css
<style>
a { background-color: #CB4869; }
a { background-color: rgb(203,72,105); }
div.DivClassName
{
background-color: #CB4869;
}
.BgClassName
{
background-color: #CB4869;
}
</style>
border-color css
<style>
span { border-color: #CB4869; }
span { border-color: rgb(203,72,105); }
td.TdClassName
{
border-color: #CB4869;
}
.TagClassName
{
border-color: #CB4869;
}
</style>