Shades of Cabaret #CB666B
Tints of Cabaret #CB666B
RGB
CMYK
RGB Variations
Color information
#CB666B (or 0xCB666B) is known color: Cabaret. HEX triplet: CB, 66 and 6B. RGB value is (203,102,107). Sum of RGB (Red+Green+Blue) = 203+102+107=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB666B is #349994. Grayscale: #848484. Windows color (decimal): -3447189 or 7038667. OLE color: 7038667.
HSL color Cylindrical-coordinate representation of color #CB666B: hue angle of 357.03º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB666B is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 107 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.20 |
| HSL | 357.03º | 0.49% | 0.6% | - |
| HSV(B) | 357.03º | 0.5% | 0.8% | - |
| XYZ | 32.03 | 23.26 | 16.71 | - |
| YUV | 132.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 107 | 0 | 0.50 | 0.47 | 0.20 | 357.03 | 0.49 | 0.6 |
| Hex | CB | 66 | 6B | 0 | 32 | 2F | 14 | 165 | 31 | 3C |
| Octal | 313 | 146 | 153 | 0 | 62 | 57 | 24 | 545 | 61 | 74 |
| Binary | 11001011 | 1100110 | 1101011 | 0 | 110010 | 101111 | 10100 | 101100101 | 110001 | 111100 |
Color Harmonies of #CB666B
Complementary color
Monochromatic Colors of #CB666B
Black with #CB666B
Text Example
Text Example
White with #CB666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB666B; }
p { color: rgb(203,102,107); }
H1.HeaderClassName
{
color: #CB666B;
}
.AnyTagClassName
{
color: #CB666B;
}
</style>
background-color css
<style>
a { background-color: #CB666B; }
a { background-color: rgb(203,102,107); }
div.DivClassName
{
background-color: #CB666B;
}
.BgClassName
{
background-color: #CB666B;
}
</style>
border-color css
<style>
span { border-color: #CB666B; }
span { border-color: rgb(203,102,107); }
td.TdClassName
{
border-color: #CB666B;
}
.TagClassName
{
border-color: #CB666B;
}
</style>