Shades of Cabaret #C4686C
Tints of Cabaret #C4686C
RGB
CMYK
RGB Variations
Color information
#C4686C (or 0xC4686C) is known color: Cabaret. HEX triplet: C4, 68 and 6C. RGB value is (196,104,108). Sum of RGB (Red+Green+Blue) = 196+104+108=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4686C is #3B9793. Grayscale: #848484. Windows color (decimal): -3905428 or 7104708. OLE color: 7104708.
HSL color Cylindrical-coordinate representation of color #C4686C: hue angle of 357.39º 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 #C4686C is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 108 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.23 |
| HSL | 357.39º | 0.44% | 0.59% | - |
| HSV(B) | 357.39º | 0.47% | 0.77% | - |
| XYZ | 30.42 | 22.72 | 16.97 | - |
| YUV | 131.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 108 | 0 | 0.47 | 0.45 | 0.23 | 357.39 | 0.44 | 0.59 |
| Hex | C4 | 68 | 6C | 0 | 2F | 2D | 17 | 165 | 2C | 3B |
| Octal | 304 | 150 | 154 | 0 | 57 | 55 | 27 | 545 | 54 | 73 |
| Binary | 11000100 | 1101000 | 1101100 | 0 | 101111 | 101101 | 10111 | 101100101 | 101100 | 111011 |
Color Harmonies of #C4686C
Complementary color
Monochromatic Colors of #C4686C
Black with #C4686C
Text Example
Text Example
White with #C4686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4686C; }
p { color: rgb(196,104,108); }
H1.HeaderClassName
{
color: #C4686C;
}
.AnyTagClassName
{
color: #C4686C;
}
</style>
background-color css
<style>
a { background-color: #C4686C; }
a { background-color: rgb(196,104,108); }
div.DivClassName
{
background-color: #C4686C;
}
.BgClassName
{
background-color: #C4686C;
}
</style>
border-color css
<style>
span { border-color: #C4686C; }
span { border-color: rgb(196,104,108); }
td.TdClassName
{
border-color: #C4686C;
}
.TagClassName
{
border-color: #C4686C;
}
</style>