Shades of Cabaret #C7666F
Tints of Cabaret #C7666F
RGB
CMYK
RGB Variations
Color information
#C7666F (or 0xC7666F) is known color: Cabaret. HEX triplet: C7, 66 and 6F. RGB value is (199,102,111). Sum of RGB (Red+Green+Blue) = 199+102+111=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7666F is #389990. Grayscale: #848484. Windows color (decimal): -3709329 or 7300807. OLE color: 7300807.
HSL color Cylindrical-coordinate representation of color #C7666F: hue angle of 354.43º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7666F is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 111 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.22 |
| HSL | 354.43º | 0.46% | 0.59% | - |
| HSV(B) | 354.43º | 0.49% | 0.78% | - |
| XYZ | 31.17 | 22.79 | 17.8 | - |
| YUV | 132.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 111 | 0 | 0.49 | 0.44 | 0.22 | 354.43 | 0.46 | 0.59 |
| Hex | C7 | 66 | 6F | 0 | 31 | 2C | 16 | 162 | 2E | 3B |
| Octal | 307 | 146 | 157 | 0 | 61 | 54 | 26 | 542 | 56 | 73 |
| Binary | 11000111 | 1100110 | 1101111 | 0 | 110001 | 101100 | 10110 | 101100010 | 101110 | 111011 |
Color Harmonies of #C7666F
Complementary color
Monochromatic Colors of #C7666F
Black with #C7666F
Text Example
Text Example
White with #C7666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7666F; }
p { color: rgb(199,102,111); }
H1.HeaderClassName
{
color: #C7666F;
}
.AnyTagClassName
{
color: #C7666F;
}
</style>
background-color css
<style>
a { background-color: #C7666F; }
a { background-color: rgb(199,102,111); }
div.DivClassName
{
background-color: #C7666F;
}
.BgClassName
{
background-color: #C7666F;
}
</style>
border-color css
<style>
span { border-color: #C7666F; }
span { border-color: rgb(199,102,111); }
td.TdClassName
{
border-color: #C7666F;
}
.TagClassName
{
border-color: #C7666F;
}
</style>