Shades of Cabaret #C0666C
Tints of Cabaret #C0666C
RGB
CMYK
RGB Variations
Color information
#C0666C (or 0xC0666C) is known color: Cabaret. HEX triplet: C0, 66 and 6C. RGB value is (192,102,108). Sum of RGB (Red+Green+Blue) = 192+102+108=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0666C is #3F9993. Grayscale: #818181. Windows color (decimal): -4168084 or 7104192. OLE color: 7104192.
HSL color Cylindrical-coordinate representation of color #C0666C: hue angle of 356º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0666C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 108 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.25 |
| HSL | 356º | 0.42% | 0.58% | - |
| HSV(B) | 356º | 0.47% | 0.75% | - |
| XYZ | 29.2 | 21.79 | 16.85 | - |
| YUV | 129.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 108 | 0 | 0.47 | 0.44 | 0.25 | 356 | 0.42 | 0.58 |
| Hex | C0 | 66 | 6C | 0 | 2F | 2C | 19 | 164 | 2A | 3A |
| Octal | 300 | 146 | 154 | 0 | 57 | 54 | 31 | 544 | 52 | 72 |
| Binary | 11000000 | 1100110 | 1101100 | 0 | 101111 | 101100 | 11001 | 101100100 | 101010 | 111010 |
Color Harmonies of #C0666C
Complementary color
Monochromatic Colors of #C0666C
Black with #C0666C
Text Example
Text Example
White with #C0666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0666C; }
p { color: rgb(192,102,108); }
H1.HeaderClassName
{
color: #C0666C;
}
.AnyTagClassName
{
color: #C0666C;
}
</style>
background-color css
<style>
a { background-color: #C0666C; }
a { background-color: rgb(192,102,108); }
div.DivClassName
{
background-color: #C0666C;
}
.BgClassName
{
background-color: #C0666C;
}
</style>
border-color css
<style>
span { border-color: #C0666C; }
span { border-color: rgb(192,102,108); }
td.TdClassName
{
border-color: #C0666C;
}
.TagClassName
{
border-color: #C0666C;
}
</style>