Shades of Cabaret #C46777
Tints of Cabaret #C46777
RGB
CMYK
RGB Variations
Color information
#C46777 (or 0xC46777) is known color: Cabaret. HEX triplet: C4, 67 and 77. RGB value is (196,103,119). Sum of RGB (Red+Green+Blue) = 196+103+119=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C46777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46777 is #3B9888. Grayscale: #848484. Windows color (decimal): -3905673 or 7825348. OLE color: 7825348.
HSL color Cylindrical-coordinate representation of color #C46777: hue angle of 349.68º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46777 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 119 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.23 |
| HSL | 349.68º | 0.44% | 0.59% | - |
| HSV(B) | 349.68º | 0.47% | 0.77% | - |
| XYZ | 30.94 | 22.77 | 20.22 | - |
| YUV | 132.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 119 | 0 | 0.47 | 0.39 | 0.23 | 349.68 | 0.44 | 0.59 |
| Hex | C4 | 67 | 77 | 0 | 2F | 27 | 17 | 15E | 2C | 3B |
| Octal | 304 | 147 | 167 | 0 | 57 | 47 | 27 | 536 | 54 | 73 |
| Binary | 11000100 | 1100111 | 1110111 | 0 | 101111 | 100111 | 10111 | 101011110 | 101100 | 111011 |
Color Harmonies of #C46777
Complementary color
Monochromatic Colors of #C46777
Black with #C46777
Text Example
Text Example
White with #C46777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46777; }
p { color: rgb(196,103,119); }
H1.HeaderClassName
{
color: #C46777;
}
.AnyTagClassName
{
color: #C46777;
}
</style>
background-color css
<style>
a { background-color: #C46777; }
a { background-color: rgb(196,103,119); }
div.DivClassName
{
background-color: #C46777;
}
.BgClassName
{
background-color: #C46777;
}
</style>
border-color css
<style>
span { border-color: #C46777; }
span { border-color: rgb(196,103,119); }
td.TdClassName
{
border-color: #C46777;
}
.TagClassName
{
border-color: #C46777;
}
</style>