Shades of Cabaret #C46175
Tints of Cabaret #C46175
RGB
CMYK
RGB Variations
Color information
#C46175 (or 0xC46175) is known color: Cabaret. HEX triplet: C4, 61 and 75. RGB value is (196,97,117). Sum of RGB (Red+Green+Blue) = 196+97+117=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C46175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46175 is #3B9E8A. Grayscale: #808080. Windows color (decimal): -3907211 or 7692740. OLE color: 7692740.
HSL color Cylindrical-coordinate representation of color #C46175: hue angle of 347.88º 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 #C46175 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 117 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.23 |
| HSL | 347.88º | 0.46% | 0.57% | - |
| HSV(B) | 347.88º | 0.51% | 0.77% | - |
| XYZ | 30.25 | 21.57 | 19.4 | - |
| YUV | 128.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 117 | 0 | 0.51 | 0.40 | 0.23 | 347.88 | 0.46 | 0.57 |
| Hex | C4 | 61 | 75 | 0 | 33 | 28 | 17 | 15C | 2E | 39 |
| Octal | 304 | 141 | 165 | 0 | 63 | 50 | 27 | 534 | 56 | 71 |
| Binary | 11000100 | 1100001 | 1110101 | 0 | 110011 | 101000 | 10111 | 101011100 | 101110 | 111001 |
Color Harmonies of #C46175
Complementary color
Monochromatic Colors of #C46175
Black with #C46175
Text Example
Text Example
White with #C46175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46175; }
p { color: rgb(196,97,117); }
H1.HeaderClassName
{
color: #C46175;
}
.AnyTagClassName
{
color: #C46175;
}
</style>
background-color css
<style>
a { background-color: #C46175; }
a { background-color: rgb(196,97,117); }
div.DivClassName
{
background-color: #C46175;
}
.BgClassName
{
background-color: #C46175;
}
</style>
border-color css
<style>
span { border-color: #C46175; }
span { border-color: rgb(196,97,117); }
td.TdClassName
{
border-color: #C46175;
}
.TagClassName
{
border-color: #C46175;
}
</style>