Shades of Cabaret #CB686C
Tints of Cabaret #CB686C
RGB
CMYK
RGB Variations
Color information
#CB686C (or 0xCB686C) is known color: Cabaret. HEX triplet: CB, 68 and 6C. RGB value is (203,104,108). Sum of RGB (Red+Green+Blue) = 203+104+108=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB686C is #349793. Grayscale: #868686. Windows color (decimal): -3446676 or 7104715. OLE color: 7104715.
HSL color Cylindrical-coordinate representation of color #CB686C: hue angle of 357.58º 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 #CB686C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 108 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.20 |
| HSL | 357.58º | 0.49% | 0.6% | - |
| HSV(B) | 357.58º | 0.49% | 0.8% | - |
| XYZ | 32.29 | 23.68 | 17.06 | - |
| YUV | 134.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 108 | 0 | 0.49 | 0.47 | 0.20 | 357.58 | 0.49 | 0.6 |
| Hex | CB | 68 | 6C | 0 | 31 | 2F | 14 | 166 | 31 | 3C |
| Octal | 313 | 150 | 154 | 0 | 61 | 57 | 24 | 546 | 61 | 74 |
| Binary | 11001011 | 1101000 | 1101100 | 0 | 110001 | 101111 | 10100 | 101100110 | 110001 | 111100 |
Color Harmonies of #CB686C
Complementary color
Monochromatic Colors of #CB686C
Black with #CB686C
Text Example
Text Example
White with #CB686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB686C; }
p { color: rgb(203,104,108); }
H1.HeaderClassName
{
color: #CB686C;
}
.AnyTagClassName
{
color: #CB686C;
}
</style>
background-color css
<style>
a { background-color: #CB686C; }
a { background-color: rgb(203,104,108); }
div.DivClassName
{
background-color: #CB686C;
}
.BgClassName
{
background-color: #CB686C;
}
</style>
border-color css
<style>
span { border-color: #CB686C; }
span { border-color: rgb(203,104,108); }
td.TdClassName
{
border-color: #CB686C;
}
.TagClassName
{
border-color: #CB686C;
}
</style>