Shades of Cabaret #C76B6D
Tints of Cabaret #C76B6D
RGB
CMYK
RGB Variations
Color information
#C76B6D (or 0xC76B6D) is known color: Cabaret. HEX triplet: C7, 6B and 6D. RGB value is (199,107,109). Sum of RGB (Red+Green+Blue) = 199+107+109=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B6D is #389492. Grayscale: #868686. Windows color (decimal): -3708051 or 7171015. OLE color: 7171015.
HSL color Cylindrical-coordinate representation of color #C76B6D: hue angle of 358.7º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76B6D is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 107 | 109 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.22 |
| HSL | 358.7º | 0.45% | 0.6% | - |
| HSV(B) | 358.7º | 0.46% | 0.78% | - |
| XYZ | 31.57 | 23.76 | 17.39 | - |
| YUV | 134.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 109 | 0 | 0.46 | 0.45 | 0.22 | 358.7 | 0.45 | 0.6 |
| Hex | C7 | 6B | 6D | 0 | 2E | 2D | 16 | 167 | 2D | 3C |
| Octal | 307 | 153 | 155 | 0 | 56 | 55 | 26 | 547 | 55 | 74 |
| Binary | 11000111 | 1101011 | 1101101 | 0 | 101110 | 101101 | 10110 | 101100111 | 101101 | 111100 |
Color Harmonies of #C76B6D
Complementary color
Monochromatic Colors of #C76B6D
Black with #C76B6D
Text Example
Text Example
White with #C76B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76B6D; }
p { color: rgb(199,107,109); }
H1.HeaderClassName
{
color: #C76B6D;
}
.AnyTagClassName
{
color: #C76B6D;
}
</style>
background-color css
<style>
a { background-color: #C76B6D; }
a { background-color: rgb(199,107,109); }
div.DivClassName
{
background-color: #C76B6D;
}
.BgClassName
{
background-color: #C76B6D;
}
</style>
border-color css
<style>
span { border-color: #C76B6D; }
span { border-color: rgb(199,107,109); }
td.TdClassName
{
border-color: #C76B6D;
}
.TagClassName
{
border-color: #C76B6D;
}
</style>