Shades of Cabaret #C1676B
Tints of Cabaret #C1676B
RGB
CMYK
RGB Variations
Color information
#C1676B (or 0xC1676B) is known color: Cabaret. HEX triplet: C1, 67 and 6B. RGB value is (193,103,107). Sum of RGB (Red+Green+Blue) = 193+103+107=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1676B is #3E9894. Grayscale: #828282. Windows color (decimal): -4102293 or 7038913. OLE color: 7038913.
HSL color Cylindrical-coordinate representation of color #C1676B: hue angle of 357.33º 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 #C1676B is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 107 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.24 |
| HSL | 357.33º | 0.42% | 0.58% | - |
| HSV(B) | 357.33º | 0.47% | 0.76% | - |
| XYZ | 29.5 | 22.1 | 16.62 | - |
| YUV | 130.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 107 | 0 | 0.47 | 0.45 | 0.24 | 357.33 | 0.42 | 0.58 |
| Hex | C1 | 67 | 6B | 0 | 2F | 2D | 18 | 165 | 2A | 3A |
| Octal | 301 | 147 | 153 | 0 | 57 | 55 | 30 | 545 | 52 | 72 |
| Binary | 11000001 | 1100111 | 1101011 | 0 | 101111 | 101101 | 11000 | 101100101 | 101010 | 111010 |
Color Harmonies of #C1676B
Complementary color
Monochromatic Colors of #C1676B
Black with #C1676B
Text Example
Text Example
White with #C1676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1676B; }
p { color: rgb(193,103,107); }
H1.HeaderClassName
{
color: #C1676B;
}
.AnyTagClassName
{
color: #C1676B;
}
</style>
background-color css
<style>
a { background-color: #C1676B; }
a { background-color: rgb(193,103,107); }
div.DivClassName
{
background-color: #C1676B;
}
.BgClassName
{
background-color: #C1676B;
}
</style>
border-color css
<style>
span { border-color: #C1676B; }
span { border-color: rgb(193,103,107); }
td.TdClassName
{
border-color: #C1676B;
}
.TagClassName
{
border-color: #C1676B;
}
</style>