Shades of Cabaret #C46174
Tints of Cabaret #C46174
RGB
CMYK
RGB Variations
Color information
#C46174 (or 0xC46174) is known color: Cabaret. HEX triplet: C4, 61 and 74. RGB value is (196,97,116). Sum of RGB (Red+Green+Blue) = 196+97+116=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C46174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46174 is #3B9E8B. Grayscale: #808080. Windows color (decimal): -3907212 or 7627204. OLE color: 7627204.
HSL color Cylindrical-coordinate representation of color #C46174: hue angle of 348.48º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46174 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 116 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.23 |
| HSL | 348.48º | 0.46% | 0.57% | - |
| HSV(B) | 348.48º | 0.51% | 0.77% | - |
| XYZ | 30.19 | 21.55 | 19.09 | - |
| YUV | 128.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 116 | 0 | 0.51 | 0.41 | 0.23 | 348.48 | 0.46 | 0.57 |
| Hex | C4 | 61 | 74 | 0 | 33 | 29 | 17 | 15C | 2E | 39 |
| Octal | 304 | 141 | 164 | 0 | 63 | 51 | 27 | 534 | 56 | 71 |
| Binary | 11000100 | 1100001 | 1110100 | 0 | 110011 | 101001 | 10111 | 101011100 | 101110 | 111001 |
Color Harmonies of #C46174
Complementary color
Monochromatic Colors of #C46174
Black with #C46174
Text Example
Text Example
White with #C46174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46174; }
p { color: rgb(196,97,116); }
H1.HeaderClassName
{
color: #C46174;
}
.AnyTagClassName
{
color: #C46174;
}
</style>
background-color css
<style>
a { background-color: #C46174; }
a { background-color: rgb(196,97,116); }
div.DivClassName
{
background-color: #C46174;
}
.BgClassName
{
background-color: #C46174;
}
</style>
border-color css
<style>
span { border-color: #C46174; }
span { border-color: rgb(196,97,116); }
td.TdClassName
{
border-color: #C46174;
}
.TagClassName
{
border-color: #C46174;
}
</style>