Shades of Cabaret #C16770
Tints of Cabaret #C16770
RGB
CMYK
RGB Variations
Color information
#C16770 (or 0xC16770) is known color: Cabaret. HEX triplet: C1, 67 and 70. RGB value is (193,103,112). Sum of RGB (Red+Green+Blue) = 193+103+112=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C16770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16770 is #3E988F. Grayscale: #828282. Windows color (decimal): -4102288 or 7366593. OLE color: 7366593.
HSL color Cylindrical-coordinate representation of color #C16770: hue angle of 354º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16770 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 112 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.24 |
| HSL | 354º | 0.42% | 0.58% | - |
| HSV(B) | 354º | 0.47% | 0.76% | - |
| XYZ | 29.77 | 22.21 | 18.05 | - |
| YUV | 130.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 112 | 0 | 0.47 | 0.42 | 0.24 | 354 | 0.42 | 0.58 |
| Hex | C1 | 67 | 70 | 0 | 2F | 2A | 18 | 162 | 2A | 3A |
| Octal | 301 | 147 | 160 | 0 | 57 | 52 | 30 | 542 | 52 | 72 |
| Binary | 11000001 | 1100111 | 1110000 | 0 | 101111 | 101010 | 11000 | 101100010 | 101010 | 111010 |
Color Harmonies of #C16770
Complementary color
Monochromatic Colors of #C16770
Black with #C16770
Text Example
Text Example
White with #C16770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16770; }
p { color: rgb(193,103,112); }
H1.HeaderClassName
{
color: #C16770;
}
.AnyTagClassName
{
color: #C16770;
}
</style>
background-color css
<style>
a { background-color: #C16770; }
a { background-color: rgb(193,103,112); }
div.DivClassName
{
background-color: #C16770;
}
.BgClassName
{
background-color: #C16770;
}
</style>
border-color css
<style>
span { border-color: #C16770; }
span { border-color: rgb(193,103,112); }
td.TdClassName
{
border-color: #C16770;
}
.TagClassName
{
border-color: #C16770;
}
</style>