Shades of Cabaret #C1676F
Tints of Cabaret #C1676F
RGB
CMYK
RGB Variations
Color information
#C1676F (or 0xC1676F) is known color: Cabaret. HEX triplet: C1, 67 and 6F. RGB value is (193,103,111). Sum of RGB (Red+Green+Blue) = 193+103+111=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1676F is #3E9890. Grayscale: #828282. Windows color (decimal): -4102289 or 7301057. OLE color: 7301057.
HSL color Cylindrical-coordinate representation of color #C1676F: hue angle of 354.67º 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 #C1676F is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 111 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.24 |
| HSL | 354.67º | 0.42% | 0.58% | - |
| HSV(B) | 354.67º | 0.47% | 0.76% | - |
| XYZ | 29.71 | 22.19 | 17.76 | - |
| YUV | 130.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 111 | 0 | 0.47 | 0.42 | 0.24 | 354.67 | 0.42 | 0.58 |
| Hex | C1 | 67 | 6F | 0 | 2F | 2A | 18 | 163 | 2A | 3A |
| Octal | 301 | 147 | 157 | 0 | 57 | 52 | 30 | 543 | 52 | 72 |
| Binary | 11000001 | 1100111 | 1101111 | 0 | 101111 | 101010 | 11000 | 101100011 | 101010 | 111010 |
Color Harmonies of #C1676F
Complementary color
Monochromatic Colors of #C1676F
Black with #C1676F
Text Example
Text Example
White with #C1676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1676F; }
p { color: rgb(193,103,111); }
H1.HeaderClassName
{
color: #C1676F;
}
.AnyTagClassName
{
color: #C1676F;
}
</style>
background-color css
<style>
a { background-color: #C1676F; }
a { background-color: rgb(193,103,111); }
div.DivClassName
{
background-color: #C1676F;
}
.BgClassName
{
background-color: #C1676F;
}
</style>
border-color css
<style>
span { border-color: #C1676F; }
span { border-color: rgb(193,103,111); }
td.TdClassName
{
border-color: #C1676F;
}
.TagClassName
{
border-color: #C1676F;
}
</style>