Shades of Cabaret #CB5869
Tints of Cabaret #CB5869
RGB
CMYK
RGB Variations
Color information
#CB5869 (or 0xCB5869) is known color: Cabaret. HEX triplet: CB, 58 and 69. RGB value is (203,88,105). Sum of RGB (Red+Green+Blue) = 203+88+105=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5869 is #34A796. Grayscale: #7C7C7C. Windows color (decimal): -3450775 or 6904011. OLE color: 6904011.
HSL color Cylindrical-coordinate representation of color #CB5869: hue angle of 351.13º 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 #CB5869 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 105 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.20 |
| HSL | 351.13º | 0.53% | 0.57% | - |
| HSV(B) | 351.13º | 0.57% | 0.8% | - |
| XYZ | 30.67 | 20.7 | 15.74 | - |
| YUV | 124.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 105 | 0 | 0.57 | 0.48 | 0.20 | 351.13 | 0.53 | 0.57 |
| Hex | CB | 58 | 69 | 0 | 39 | 30 | 14 | 15F | 35 | 39 |
| Octal | 313 | 130 | 151 | 0 | 71 | 60 | 24 | 537 | 65 | 71 |
| Binary | 11001011 | 1011000 | 1101001 | 0 | 111001 | 110000 | 10100 | 101011111 | 110101 | 111001 |
Color Harmonies of #CB5869
Complementary color
Monochromatic Colors of #CB5869
Black with #CB5869
Text Example
Text Example
White with #CB5869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5869; }
p { color: rgb(203,88,105); }
H1.HeaderClassName
{
color: #CB5869;
}
.AnyTagClassName
{
color: #CB5869;
}
</style>
background-color css
<style>
a { background-color: #CB5869; }
a { background-color: rgb(203,88,105); }
div.DivClassName
{
background-color: #CB5869;
}
.BgClassName
{
background-color: #CB5869;
}
</style>
border-color css
<style>
span { border-color: #CB5869; }
span { border-color: rgb(203,88,105); }
td.TdClassName
{
border-color: #CB5869;
}
.TagClassName
{
border-color: #CB5869;
}
</style>