Shades of Cabaret #CB696E
Tints of Cabaret #CB696E
RGB
CMYK
RGB Variations
Color information
#CB696E (or 0xCB696E) is known color: Cabaret. HEX triplet: CB, 69 and 6E. RGB value is (203,105,110). Sum of RGB (Red+Green+Blue) = 203+105+110=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB696E is #349691. Grayscale: #868686. Windows color (decimal): -3446418 or 7236043. OLE color: 7236043.
HSL color Cylindrical-coordinate representation of color #CB696E: hue angle of 356.94º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB696E is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 110 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.20 |
| HSL | 356.94º | 0.49% | 0.6% | - |
| HSV(B) | 356.94º | 0.48% | 0.8% | - |
| XYZ | 32.49 | 23.93 | 17.66 | - |
| YUV | 134.87 | 113.97 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 110 | 0 | 0.48 | 0.46 | 0.20 | 356.94 | 0.49 | 0.6 |
| Hex | CB | 69 | 6E | 0 | 30 | 2E | 14 | 165 | 31 | 3C |
| Octal | 313 | 151 | 156 | 0 | 60 | 56 | 24 | 545 | 61 | 74 |
| Binary | 11001011 | 1101001 | 1101110 | 0 | 110000 | 101110 | 10100 | 101100101 | 110001 | 111100 |
Color Harmonies of #CB696E
Complementary color
Monochromatic Colors of #CB696E
Black with #CB696E
Text Example
Text Example
White with #CB696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB696E; }
p { color: rgb(203,105,110); }
H1.HeaderClassName
{
color: #CB696E;
}
.AnyTagClassName
{
color: #CB696E;
}
</style>
background-color css
<style>
a { background-color: #CB696E; }
a { background-color: rgb(203,105,110); }
div.DivClassName
{
background-color: #CB696E;
}
.BgClassName
{
background-color: #CB696E;
}
</style>
border-color css
<style>
span { border-color: #CB696E; }
span { border-color: rgb(203,105,110); }
td.TdClassName
{
border-color: #CB696E;
}
.TagClassName
{
border-color: #CB696E;
}
</style>