Shades of Cabaret #CB676C
Tints of Cabaret #CB676C
RGB
CMYK
RGB Variations
Color information
#CB676C (or 0xCB676C) is known color: Cabaret. HEX triplet: CB, 67 and 6C. RGB value is (203,103,108). Sum of RGB (Red+Green+Blue) = 203+103+108=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB676C is #349893. Grayscale: #858585. Windows color (decimal): -3446932 or 7104459. OLE color: 7104459.
HSL color Cylindrical-coordinate representation of color #CB676C: hue angle of 357º 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 #CB676C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 108 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.20 |
| HSL | 357º | 0.49% | 0.6% | - |
| HSV(B) | 357º | 0.49% | 0.8% | - |
| XYZ | 32.19 | 23.48 | 17.02 | - |
| YUV | 133.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 108 | 0 | 0.49 | 0.47 | 0.20 | 357 | 0.49 | 0.6 |
| Hex | CB | 67 | 6C | 0 | 31 | 2F | 14 | 165 | 31 | 3C |
| Octal | 313 | 147 | 154 | 0 | 61 | 57 | 24 | 545 | 61 | 74 |
| Binary | 11001011 | 1100111 | 1101100 | 0 | 110001 | 101111 | 10100 | 101100101 | 110001 | 111100 |
Color Harmonies of #CB676C
Complementary color
Monochromatic Colors of #CB676C
Black with #CB676C
Text Example
Text Example
White with #CB676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB676C; }
p { color: rgb(203,103,108); }
H1.HeaderClassName
{
color: #CB676C;
}
.AnyTagClassName
{
color: #CB676C;
}
</style>
background-color css
<style>
a { background-color: #CB676C; }
a { background-color: rgb(203,103,108); }
div.DivClassName
{
background-color: #CB676C;
}
.BgClassName
{
background-color: #CB676C;
}
</style>
border-color css
<style>
span { border-color: #CB676C; }
span { border-color: rgb(203,103,108); }
td.TdClassName
{
border-color: #CB676C;
}
.TagClassName
{
border-color: #CB676C;
}
</style>