Shades of Cabaret #CB606C
Tints of Cabaret #CB606C
RGB
CMYK
RGB Variations
Color information
#CB606C (or 0xCB606C) is known color: Cabaret. HEX triplet: CB, 60 and 6C. RGB value is (203,96,108). Sum of RGB (Red+Green+Blue) = 203+96+108=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB606C is #349F93. Grayscale: #818181. Windows color (decimal): -3448724 or 7102667. OLE color: 7102667.
HSL color Cylindrical-coordinate representation of color #CB606C: hue angle of 353.27º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB606C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 108 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.20 |
| HSL | 353.27º | 0.51% | 0.59% | - |
| HSV(B) | 353.27º | 0.53% | 0.8% | - |
| XYZ | 31.52 | 22.14 | 16.8 | - |
| YUV | 129.36 | 115.95 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 108 | 0 | 0.53 | 0.47 | 0.20 | 353.27 | 0.51 | 0.59 |
| Hex | CB | 60 | 6C | 0 | 35 | 2F | 14 | 161 | 33 | 3B |
| Octal | 313 | 140 | 154 | 0 | 65 | 57 | 24 | 541 | 63 | 73 |
| Binary | 11001011 | 1100000 | 1101100 | 0 | 110101 | 101111 | 10100 | 101100001 | 110011 | 111011 |
Color Harmonies of #CB606C
Complementary color
Monochromatic Colors of #CB606C
Black with #CB606C
Text Example
Text Example
White with #CB606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB606C; }
p { color: rgb(203,96,108); }
H1.HeaderClassName
{
color: #CB606C;
}
.AnyTagClassName
{
color: #CB606C;
}
</style>
background-color css
<style>
a { background-color: #CB606C; }
a { background-color: rgb(203,96,108); }
div.DivClassName
{
background-color: #CB606C;
}
.BgClassName
{
background-color: #CB606C;
}
</style>
border-color css
<style>
span { border-color: #CB606C; }
span { border-color: rgb(203,96,108); }
td.TdClassName
{
border-color: #CB606C;
}
.TagClassName
{
border-color: #CB606C;
}
</style>