Shades of Cabaret #CB5875
Tints of Cabaret #CB5875
RGB
CMYK
RGB Variations
Color information
#CB5875 (or 0xCB5875) is known color: Cabaret. HEX triplet: CB, 58 and 75. RGB value is (203,88,117). Sum of RGB (Red+Green+Blue) = 203+88+117=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5875 is #34A78A. Grayscale: #7D7D7D. Windows color (decimal): -3450763 or 7690443. OLE color: 7690443.
HSL color Cylindrical-coordinate representation of color #CB5875: hue angle of 344.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5875 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 117 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.20 |
| HSL | 344.87º | 0.53% | 0.57% | - |
| HSV(B) | 344.87º | 0.57% | 0.8% | - |
| XYZ | 31.33 | 20.96 | 19.22 | - |
| YUV | 125.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 117 | 0 | 0.57 | 0.42 | 0.20 | 344.87 | 0.53 | 0.57 |
| Hex | CB | 58 | 75 | 0 | 39 | 2A | 14 | 159 | 35 | 39 |
| Octal | 313 | 130 | 165 | 0 | 71 | 52 | 24 | 531 | 65 | 71 |
| Binary | 11001011 | 1011000 | 1110101 | 0 | 111001 | 101010 | 10100 | 101011001 | 110101 | 111001 |
Color Harmonies of #CB5875
Complementary color
Monochromatic Colors of #CB5875
Black with #CB5875
Text Example
Text Example
White with #CB5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5875; }
p { color: rgb(203,88,117); }
H1.HeaderClassName
{
color: #CB5875;
}
.AnyTagClassName
{
color: #CB5875;
}
</style>
background-color css
<style>
a { background-color: #CB5875; }
a { background-color: rgb(203,88,117); }
div.DivClassName
{
background-color: #CB5875;
}
.BgClassName
{
background-color: #CB5875;
}
</style>
border-color css
<style>
span { border-color: #CB5875; }
span { border-color: rgb(203,88,117); }
td.TdClassName
{
border-color: #CB5875;
}
.TagClassName
{
border-color: #CB5875;
}
</style>