Shades of Cabaret #CB5075
Tints of Cabaret #CB5075
RGB
CMYK
RGB Variations
Color information
#CB5075 (or 0xCB5075) is known color: Cabaret. HEX triplet: CB, 50 and 75. RGB value is (203,80,117). Sum of RGB (Red+Green+Blue) = 203+80+117=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5075 is #34AF8A. Grayscale: #787878. Windows color (decimal): -3452811 or 7688395. OLE color: 7688395.
HSL color Cylindrical-coordinate representation of color #CB5075: hue angle of 341.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5075 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 117 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.20 |
| HSL | 341.95º | 0.54% | 0.55% | - |
| HSV(B) | 341.95º | 0.61% | 0.8% | - |
| XYZ | 30.71 | 19.72 | 19.02 | - |
| YUV | 121 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 117 | 0 | 0.61 | 0.42 | 0.20 | 341.95 | 0.54 | 0.55 |
| Hex | CB | 50 | 75 | 0 | 3D | 2A | 14 | 156 | 36 | 37 |
| Octal | 313 | 120 | 165 | 0 | 75 | 52 | 24 | 526 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1110101 | 0 | 111101 | 101010 | 10100 | 101010110 | 110110 | 110111 |
Color Harmonies of #CB5075
Complementary color
Monochromatic Colors of #CB5075
Black with #CB5075
Text Example
Text Example
White with #CB5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5075; }
p { color: rgb(203,80,117); }
H1.HeaderClassName
{
color: #CB5075;
}
.AnyTagClassName
{
color: #CB5075;
}
</style>
background-color css
<style>
a { background-color: #CB5075; }
a { background-color: rgb(203,80,117); }
div.DivClassName
{
background-color: #CB5075;
}
.BgClassName
{
background-color: #CB5075;
}
</style>
border-color css
<style>
span { border-color: #CB5075; }
span { border-color: rgb(203,80,117); }
td.TdClassName
{
border-color: #CB5075;
}
.TagClassName
{
border-color: #CB5075;
}
</style>