Shades of Cabaret #C6606D
Tints of Cabaret #C6606D
RGB
CMYK
RGB Variations
Color information
#C6606D (or 0xC6606D) is known color: Cabaret. HEX triplet: C6, 60 and 6D. RGB value is (198,96,109). Sum of RGB (Red+Green+Blue) = 198+96+109=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6606D is #399F92. Grayscale: #808080. Windows color (decimal): -3776403 or 7168198. OLE color: 7168198.
HSL color Cylindrical-coordinate representation of color #C6606D: hue angle of 352.35º 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 #C6606D is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 109 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.22 |
| HSL | 352.35º | 0.47% | 0.58% | - |
| HSV(B) | 352.35º | 0.52% | 0.78% | - |
| XYZ | 30.23 | 21.48 | 17.02 | - |
| YUV | 127.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 109 | 0 | 0.52 | 0.45 | 0.22 | 352.35 | 0.47 | 0.58 |
| Hex | C6 | 60 | 6D | 0 | 34 | 2D | 16 | 160 | 2F | 3A |
| Octal | 306 | 140 | 155 | 0 | 64 | 55 | 26 | 540 | 57 | 72 |
| Binary | 11000110 | 1100000 | 1101101 | 0 | 110100 | 101101 | 10110 | 101100000 | 101111 | 111010 |
Color Harmonies of #C6606D
Complementary color
Monochromatic Colors of #C6606D
Black with #C6606D
Text Example
Text Example
White with #C6606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6606D; }
p { color: rgb(198,96,109); }
H1.HeaderClassName
{
color: #C6606D;
}
.AnyTagClassName
{
color: #C6606D;
}
</style>
background-color css
<style>
a { background-color: #C6606D; }
a { background-color: rgb(198,96,109); }
div.DivClassName
{
background-color: #C6606D;
}
.BgClassName
{
background-color: #C6606D;
}
</style>
border-color css
<style>
span { border-color: #C6606D; }
span { border-color: rgb(198,96,109); }
td.TdClassName
{
border-color: #C6606D;
}
.TagClassName
{
border-color: #C6606D;
}
</style>