Shades of Cabaret #C66374
Tints of Cabaret #C66374
RGB
CMYK
RGB Variations
Color information
#C66374 (or 0xC66374) is known color: Cabaret. HEX triplet: C6, 63 and 74. RGB value is (198,99,116). Sum of RGB (Red+Green+Blue) = 198+99+116=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C66374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66374 is #399C8B. Grayscale: #828282. Windows color (decimal): -3775628 or 7627718. OLE color: 7627718.
HSL color Cylindrical-coordinate representation of color #C66374: hue angle of 349.7º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66374 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 116 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.22 |
| HSL | 349.7º | 0.46% | 0.58% | - |
| HSV(B) | 349.7º | 0.5% | 0.78% | - |
| XYZ | 30.9 | 22.19 | 19.18 | - |
| YUV | 130.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 116 | 0 | 0.50 | 0.41 | 0.22 | 349.7 | 0.46 | 0.58 |
| Hex | C6 | 63 | 74 | 0 | 32 | 29 | 16 | 15E | 2E | 3A |
| Octal | 306 | 143 | 164 | 0 | 62 | 51 | 26 | 536 | 56 | 72 |
| Binary | 11000110 | 1100011 | 1110100 | 0 | 110010 | 101001 | 10110 | 101011110 | 101110 | 111010 |
Color Harmonies of #C66374
Complementary color
Monochromatic Colors of #C66374
Black with #C66374
Text Example
Text Example
White with #C66374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66374; }
p { color: rgb(198,99,116); }
H1.HeaderClassName
{
color: #C66374;
}
.AnyTagClassName
{
color: #C66374;
}
</style>
background-color css
<style>
a { background-color: #C66374; }
a { background-color: rgb(198,99,116); }
div.DivClassName
{
background-color: #C66374;
}
.BgClassName
{
background-color: #C66374;
}
</style>
border-color css
<style>
span { border-color: #C66374; }
span { border-color: rgb(198,99,116); }
td.TdClassName
{
border-color: #C66374;
}
.TagClassName
{
border-color: #C66374;
}
</style>