Shades of Cabaret #C6666E
Tints of Cabaret #C6666E
RGB
CMYK
RGB Variations
Color information
#C6666E (or 0xC6666E) is known color: Cabaret. HEX triplet: C6, 66 and 6E. RGB value is (198,102,110). Sum of RGB (Red+Green+Blue) = 198+102+110=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6666E is #399991. Grayscale: #838383. Windows color (decimal): -3774866 or 7235270. OLE color: 7235270.
HSL color Cylindrical-coordinate representation of color #C6666E: hue angle of 355º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6666E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 110 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.22 |
| HSL | 355º | 0.46% | 0.59% | - |
| HSV(B) | 355º | 0.48% | 0.78% | - |
| XYZ | 30.85 | 22.63 | 17.49 | - |
| YUV | 131.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 110 | 0 | 0.48 | 0.44 | 0.22 | 355 | 0.46 | 0.59 |
| Hex | C6 | 66 | 6E | 0 | 30 | 2C | 16 | 163 | 2E | 3B |
| Octal | 306 | 146 | 156 | 0 | 60 | 54 | 26 | 543 | 56 | 73 |
| Binary | 11000110 | 1100110 | 1101110 | 0 | 110000 | 101100 | 10110 | 101100011 | 101110 | 111011 |
Color Harmonies of #C6666E
Complementary color
Monochromatic Colors of #C6666E
Black with #C6666E
Text Example
Text Example
White with #C6666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6666E; }
p { color: rgb(198,102,110); }
H1.HeaderClassName
{
color: #C6666E;
}
.AnyTagClassName
{
color: #C6666E;
}
</style>
background-color css
<style>
a { background-color: #C6666E; }
a { background-color: rgb(198,102,110); }
div.DivClassName
{
background-color: #C6666E;
}
.BgClassName
{
background-color: #C6666E;
}
</style>
border-color css
<style>
span { border-color: #C6666E; }
span { border-color: rgb(198,102,110); }
td.TdClassName
{
border-color: #C6666E;
}
.TagClassName
{
border-color: #C6666E;
}
</style>