Shades of Cabaret #C7666E
Tints of Cabaret #C7666E
RGB
CMYK
RGB Variations
Color information
#C7666E (or 0xC7666E) is known color: Cabaret. HEX triplet: C7, 66 and 6E. RGB value is (199,102,110). Sum of RGB (Red+Green+Blue) = 199+102+110=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7666E is #389991. Grayscale: #838383. Windows color (decimal): -3709330 or 7235271. OLE color: 7235271.
HSL color Cylindrical-coordinate representation of color #C7666E: hue angle of 355.05º 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 #C7666E is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 110 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.22 |
| HSL | 355.05º | 0.46% | 0.59% | - |
| HSV(B) | 355.05º | 0.49% | 0.78% | - |
| XYZ | 31.12 | 22.77 | 17.51 | - |
| YUV | 131.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 110 | 0 | 0.49 | 0.45 | 0.22 | 355.05 | 0.46 | 0.59 |
| Hex | C7 | 66 | 6E | 0 | 31 | 2D | 16 | 163 | 2E | 3B |
| Octal | 307 | 146 | 156 | 0 | 61 | 55 | 26 | 543 | 56 | 73 |
| Binary | 11000111 | 1100110 | 1101110 | 0 | 110001 | 101101 | 10110 | 101100011 | 101110 | 111011 |
Color Harmonies of #C7666E
Complementary color
Monochromatic Colors of #C7666E
Black with #C7666E
Text Example
Text Example
White with #C7666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7666E; }
p { color: rgb(199,102,110); }
H1.HeaderClassName
{
color: #C7666E;
}
.AnyTagClassName
{
color: #C7666E;
}
</style>
background-color css
<style>
a { background-color: #C7666E; }
a { background-color: rgb(199,102,110); }
div.DivClassName
{
background-color: #C7666E;
}
.BgClassName
{
background-color: #C7666E;
}
</style>
border-color css
<style>
span { border-color: #C7666E; }
span { border-color: rgb(199,102,110); }
td.TdClassName
{
border-color: #C7666E;
}
.TagClassName
{
border-color: #C7666E;
}
</style>