Shades of Cabaret #CB6873
Tints of Cabaret #CB6873
RGB
CMYK
RGB Variations
Color information
#CB6873 (or 0xCB6873) is known color: Cabaret. HEX triplet: CB, 68 and 73. RGB value is (203,104,115). Sum of RGB (Red+Green+Blue) = 203+104+115=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6873 is #34978C. Grayscale: #868686. Windows color (decimal): -3446669 or 7563467. OLE color: 7563467.
HSL color Cylindrical-coordinate representation of color #CB6873: hue angle of 353.33º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6873 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 115 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.20 |
| HSL | 353.33º | 0.49% | 0.6% | - |
| HSV(B) | 353.33º | 0.49% | 0.8% | - |
| XYZ | 32.67 | 23.83 | 19.1 | - |
| YUV | 134.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 115 | 0 | 0.49 | 0.43 | 0.20 | 353.33 | 0.49 | 0.6 |
| Hex | CB | 68 | 73 | 0 | 31 | 2B | 14 | 161 | 31 | 3C |
| Octal | 313 | 150 | 163 | 0 | 61 | 53 | 24 | 541 | 61 | 74 |
| Binary | 11001011 | 1101000 | 1110011 | 0 | 110001 | 101011 | 10100 | 101100001 | 110001 | 111100 |
Color Harmonies of #CB6873
Complementary color
Monochromatic Colors of #CB6873
Black with #CB6873
Text Example
Text Example
White with #CB6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6873; }
p { color: rgb(203,104,115); }
H1.HeaderClassName
{
color: #CB6873;
}
.AnyTagClassName
{
color: #CB6873;
}
</style>
background-color css
<style>
a { background-color: #CB6873; }
a { background-color: rgb(203,104,115); }
div.DivClassName
{
background-color: #CB6873;
}
.BgClassName
{
background-color: #CB6873;
}
</style>
border-color css
<style>
span { border-color: #CB6873; }
span { border-color: rgb(203,104,115); }
td.TdClassName
{
border-color: #CB6873;
}
.TagClassName
{
border-color: #CB6873;
}
</style>