Shades of Cabaret #C46069
Tints of Cabaret #C46069
RGB
CMYK
RGB Variations
Color information
#C46069 (or 0xC46069) is known color: Cabaret. HEX triplet: C4, 60 and 69. RGB value is (196,96,105). Sum of RGB (Red+Green+Blue) = 196+96+105=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C46069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46069 is #3B9F96. Grayscale: #7E7E7E. Windows color (decimal): -3907479 or 6906052. OLE color: 6906052.
HSL color Cylindrical-coordinate representation of color #C46069: hue angle of 354.6º 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 #C46069 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 105 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.23 |
| HSL | 354.6º | 0.46% | 0.57% | - |
| HSV(B) | 354.6º | 0.51% | 0.77% | - |
| XYZ | 29.5 | 21.12 | 15.89 | - |
| YUV | 126.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 105 | 0 | 0.51 | 0.46 | 0.23 | 354.6 | 0.46 | 0.57 |
| Hex | C4 | 60 | 69 | 0 | 33 | 2E | 17 | 163 | 2E | 39 |
| Octal | 304 | 140 | 151 | 0 | 63 | 56 | 27 | 543 | 56 | 71 |
| Binary | 11000100 | 1100000 | 1101001 | 0 | 110011 | 101110 | 10111 | 101100011 | 101110 | 111001 |
Color Harmonies of #C46069
Complementary color
Monochromatic Colors of #C46069
Black with #C46069
Text Example
Text Example
White with #C46069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46069; }
p { color: rgb(196,96,105); }
H1.HeaderClassName
{
color: #C46069;
}
.AnyTagClassName
{
color: #C46069;
}
</style>
background-color css
<style>
a { background-color: #C46069; }
a { background-color: rgb(196,96,105); }
div.DivClassName
{
background-color: #C46069;
}
.BgClassName
{
background-color: #C46069;
}
</style>
border-color css
<style>
span { border-color: #C46069; }
span { border-color: rgb(196,96,105); }
td.TdClassName
{
border-color: #C46069;
}
.TagClassName
{
border-color: #C46069;
}
</style>