Shades of Cabaret #C0666B
Tints of Cabaret #C0666B
RGB
CMYK
RGB Variations
Color information
#C0666B (or 0xC0666B) is known color: Cabaret. HEX triplet: C0, 66 and 6B. RGB value is (192,102,107). Sum of RGB (Red+Green+Blue) = 192+102+107=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0666B is #3F9994. Grayscale: #818181. Windows color (decimal): -4168085 or 7038656. OLE color: 7038656.
HSL color Cylindrical-coordinate representation of color #C0666B: hue angle of 356.67º 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 #C0666B is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 107 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.25 |
| HSL | 356.67º | 0.42% | 0.58% | - |
| HSV(B) | 356.67º | 0.47% | 0.75% | - |
| XYZ | 29.14 | 21.77 | 16.58 | - |
| YUV | 129.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 107 | 0 | 0.47 | 0.44 | 0.25 | 356.67 | 0.42 | 0.58 |
| Hex | C0 | 66 | 6B | 0 | 2F | 2C | 19 | 165 | 2A | 3A |
| Octal | 300 | 146 | 153 | 0 | 57 | 54 | 31 | 545 | 52 | 72 |
| Binary | 11000000 | 1100110 | 1101011 | 0 | 101111 | 101100 | 11001 | 101100101 | 101010 | 111010 |
Color Harmonies of #C0666B
Complementary color
Monochromatic Colors of #C0666B
Black with #C0666B
Text Example
Text Example
White with #C0666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0666B; }
p { color: rgb(192,102,107); }
H1.HeaderClassName
{
color: #C0666B;
}
.AnyTagClassName
{
color: #C0666B;
}
</style>
background-color css
<style>
a { background-color: #C0666B; }
a { background-color: rgb(192,102,107); }
div.DivClassName
{
background-color: #C0666B;
}
.BgClassName
{
background-color: #C0666B;
}
</style>
border-color css
<style>
span { border-color: #C0666B; }
span { border-color: rgb(192,102,107); }
td.TdClassName
{
border-color: #C0666B;
}
.TagClassName
{
border-color: #C0666B;
}
</style>