Shades of Cabaret #CB6776
Tints of Cabaret #CB6776
RGB
CMYK
RGB Variations
Color information
#CB6776 (or 0xCB6776) is known color: Cabaret. HEX triplet: CB, 67 and 76. RGB value is (203,103,118). Sum of RGB (Red+Green+Blue) = 203+103+118=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6776 is #349889. Grayscale: #868686. Windows color (decimal): -3446922 or 7759819. OLE color: 7759819.
HSL color Cylindrical-coordinate representation of color #CB6776: hue angle of 351º 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 #CB6776 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 118 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.20 |
| HSL | 351º | 0.49% | 0.6% | - |
| HSV(B) | 351º | 0.49% | 0.8% | - |
| XYZ | 32.75 | 23.71 | 19.99 | - |
| YUV | 134.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 118 | 0 | 0.49 | 0.42 | 0.20 | 351 | 0.49 | 0.6 |
| Hex | CB | 67 | 76 | 0 | 31 | 2A | 14 | 15F | 31 | 3C |
| Octal | 313 | 147 | 166 | 0 | 61 | 52 | 24 | 537 | 61 | 74 |
| Binary | 11001011 | 1100111 | 1110110 | 0 | 110001 | 101010 | 10100 | 101011111 | 110001 | 111100 |
Color Harmonies of #CB6776
Complementary color
Monochromatic Colors of #CB6776
Black with #CB6776
Text Example
Text Example
White with #CB6776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6776; }
p { color: rgb(203,103,118); }
H1.HeaderClassName
{
color: #CB6776;
}
.AnyTagClassName
{
color: #CB6776;
}
</style>
background-color css
<style>
a { background-color: #CB6776; }
a { background-color: rgb(203,103,118); }
div.DivClassName
{
background-color: #CB6776;
}
.BgClassName
{
background-color: #CB6776;
}
</style>
border-color css
<style>
span { border-color: #CB6776; }
span { border-color: rgb(203,103,118); }
td.TdClassName
{
border-color: #CB6776;
}
.TagClassName
{
border-color: #CB6776;
}
</style>