Shades of Cabaret #CB6676
Tints of Cabaret #CB6676
RGB
CMYK
RGB Variations
Color information
#CB6676 (or 0xCB6676) is known color: Cabaret. HEX triplet: CB, 66 and 76. RGB value is (203,102,118). Sum of RGB (Red+Green+Blue) = 203+102+118=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6676 is #349989. Grayscale: #868686. Windows color (decimal): -3447178 or 7759563. OLE color: 7759563.
HSL color Cylindrical-coordinate representation of color #CB6676: hue angle of 350.5º 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 #CB6676 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 118 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.20 |
| HSL | 350.5º | 0.49% | 0.6% | - |
| HSV(B) | 350.5º | 0.5% | 0.8% | - |
| XYZ | 32.65 | 23.51 | 19.96 | - |
| YUV | 134.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 118 | 0 | 0.50 | 0.42 | 0.20 | 350.5 | 0.49 | 0.6 |
| Hex | CB | 66 | 76 | 0 | 32 | 2A | 14 | 15E | 31 | 3C |
| Octal | 313 | 146 | 166 | 0 | 62 | 52 | 24 | 536 | 61 | 74 |
| Binary | 11001011 | 1100110 | 1110110 | 0 | 110010 | 101010 | 10100 | 101011110 | 110001 | 111100 |
Color Harmonies of #CB6676
Complementary color
Monochromatic Colors of #CB6676
Black with #CB6676
Text Example
Text Example
White with #CB6676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6676; }
p { color: rgb(203,102,118); }
H1.HeaderClassName
{
color: #CB6676;
}
.AnyTagClassName
{
color: #CB6676;
}
</style>
background-color css
<style>
a { background-color: #CB6676; }
a { background-color: rgb(203,102,118); }
div.DivClassName
{
background-color: #CB6676;
}
.BgClassName
{
background-color: #CB6676;
}
</style>
border-color css
<style>
span { border-color: #CB6676; }
span { border-color: rgb(203,102,118); }
td.TdClassName
{
border-color: #CB6676;
}
.TagClassName
{
border-color: #CB6676;
}
</style>