Shades of Cabaret #C66A6D
Tints of Cabaret #C66A6D
RGB
CMYK
RGB Variations
Color information
#C66A6D (or 0xC66A6D) is known color: Cabaret. HEX triplet: C6, 6A and 6D. RGB value is (198,106,109). Sum of RGB (Red+Green+Blue) = 198+106+109=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A6D is #399592. Grayscale: #858585. Windows color (decimal): -3773843 or 7170758. OLE color: 7170758.
HSL color Cylindrical-coordinate representation of color #C66A6D: hue angle of 358.04º 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 #C66A6D is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 109 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.22 |
| HSL | 358.04º | 0.45% | 0.6% | - |
| HSV(B) | 358.04º | 0.46% | 0.78% | - |
| XYZ | 31.2 | 23.42 | 17.34 | - |
| YUV | 133.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 109 | 0 | 0.46 | 0.45 | 0.22 | 358.04 | 0.45 | 0.6 |
| Hex | C6 | 6A | 6D | 0 | 2E | 2D | 16 | 166 | 2D | 3C |
| Octal | 306 | 152 | 155 | 0 | 56 | 55 | 26 | 546 | 55 | 74 |
| Binary | 11000110 | 1101010 | 1101101 | 0 | 101110 | 101101 | 10110 | 101100110 | 101101 | 111100 |
Color Harmonies of #C66A6D
Complementary color
Monochromatic Colors of #C66A6D
Black with #C66A6D
Text Example
Text Example
White with #C66A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A6D; }
p { color: rgb(198,106,109); }
H1.HeaderClassName
{
color: #C66A6D;
}
.AnyTagClassName
{
color: #C66A6D;
}
</style>
background-color css
<style>
a { background-color: #C66A6D; }
a { background-color: rgb(198,106,109); }
div.DivClassName
{
background-color: #C66A6D;
}
.BgClassName
{
background-color: #C66A6D;
}
</style>
border-color css
<style>
span { border-color: #C66A6D; }
span { border-color: rgb(198,106,109); }
td.TdClassName
{
border-color: #C66A6D;
}
.TagClassName
{
border-color: #C66A6D;
}
</style>