Shades of Cabaret #C66072
Tints of Cabaret #C66072
RGB
CMYK
RGB Variations
Color information
#C66072 (or 0xC66072) is known color: Cabaret. HEX triplet: C6, 60 and 72. RGB value is (198,96,114). Sum of RGB (Red+Green+Blue) = 198+96+114=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C66072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66072 is #399F8D. Grayscale: #808080. Windows color (decimal): -3776398 or 7495878. OLE color: 7495878.
HSL color Cylindrical-coordinate representation of color #C66072: hue angle of 349.41º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66072 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 114 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.22 |
| HSL | 349.41º | 0.47% | 0.58% | - |
| HSV(B) | 349.41º | 0.52% | 0.78% | - |
| XYZ | 30.51 | 21.59 | 18.48 | - |
| YUV | 128.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 114 | 0 | 0.52 | 0.42 | 0.22 | 349.41 | 0.47 | 0.58 |
| Hex | C6 | 60 | 72 | 0 | 34 | 2A | 16 | 15D | 2F | 3A |
| Octal | 306 | 140 | 162 | 0 | 64 | 52 | 26 | 535 | 57 | 72 |
| Binary | 11000110 | 1100000 | 1110010 | 0 | 110100 | 101010 | 10110 | 101011101 | 101111 | 111010 |
Color Harmonies of #C66072
Complementary color
Monochromatic Colors of #C66072
Black with #C66072
Text Example
Text Example
White with #C66072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66072; }
p { color: rgb(198,96,114); }
H1.HeaderClassName
{
color: #C66072;
}
.AnyTagClassName
{
color: #C66072;
}
</style>
background-color css
<style>
a { background-color: #C66072; }
a { background-color: rgb(198,96,114); }
div.DivClassName
{
background-color: #C66072;
}
.BgClassName
{
background-color: #C66072;
}
</style>
border-color css
<style>
span { border-color: #C66072; }
span { border-color: rgb(198,96,114); }
td.TdClassName
{
border-color: #C66072;
}
.TagClassName
{
border-color: #C66072;
}
</style>