Shades of Cabaret #C46677
Tints of Cabaret #C46677
RGB
CMYK
RGB Variations
Color information
#C46677 (or 0xC46677) is known color: Cabaret. HEX triplet: C4, 66 and 77. RGB value is (196,102,119). Sum of RGB (Red+Green+Blue) = 196+102+119=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C46677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46677 is #3B9988. Grayscale: #848484. Windows color (decimal): -3905929 or 7825092. OLE color: 7825092.
HSL color Cylindrical-coordinate representation of color #C46677: hue angle of 349.15º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46677 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 119 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.23 |
| HSL | 349.15º | 0.44% | 0.58% | - |
| HSV(B) | 349.15º | 0.48% | 0.77% | - |
| XYZ | 30.85 | 22.57 | 20.18 | - |
| YUV | 132.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 119 | 0 | 0.48 | 0.39 | 0.23 | 349.15 | 0.44 | 0.58 |
| Hex | C4 | 66 | 77 | 0 | 30 | 27 | 17 | 15D | 2C | 3A |
| Octal | 304 | 146 | 167 | 0 | 60 | 47 | 27 | 535 | 54 | 72 |
| Binary | 11000100 | 1100110 | 1110111 | 0 | 110000 | 100111 | 10111 | 101011101 | 101100 | 111010 |
Color Harmonies of #C46677
Complementary color
Monochromatic Colors of #C46677
Black with #C46677
Text Example
Text Example
White with #C46677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46677; }
p { color: rgb(196,102,119); }
H1.HeaderClassName
{
color: #C46677;
}
.AnyTagClassName
{
color: #C46677;
}
</style>
background-color css
<style>
a { background-color: #C46677; }
a { background-color: rgb(196,102,119); }
div.DivClassName
{
background-color: #C46677;
}
.BgClassName
{
background-color: #C46677;
}
</style>
border-color css
<style>
span { border-color: #C46677; }
span { border-color: rgb(196,102,119); }
td.TdClassName
{
border-color: #C46677;
}
.TagClassName
{
border-color: #C46677;
}
</style>