Shades of Cabaret #C4666C
Tints of Cabaret #C4666C
RGB
CMYK
RGB Variations
Color information
#C4666C (or 0xC4666C) is known color: Cabaret. HEX triplet: C4, 66 and 6C. RGB value is (196,102,108). Sum of RGB (Red+Green+Blue) = 196+102+108=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4666C is #3B9993. Grayscale: #828282. Windows color (decimal): -3905940 or 7104196. OLE color: 7104196.
HSL color Cylindrical-coordinate representation of color #C4666C: hue angle of 356.17º 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 #C4666C is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 108 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.23 |
| HSL | 356.17º | 0.44% | 0.58% | - |
| HSV(B) | 356.17º | 0.48% | 0.77% | - |
| XYZ | 30.22 | 22.32 | 16.9 | - |
| YUV | 130.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 108 | 0 | 0.48 | 0.45 | 0.23 | 356.17 | 0.44 | 0.58 |
| Hex | C4 | 66 | 6C | 0 | 30 | 2D | 17 | 164 | 2C | 3A |
| Octal | 304 | 146 | 154 | 0 | 60 | 55 | 27 | 544 | 54 | 72 |
| Binary | 11000100 | 1100110 | 1101100 | 0 | 110000 | 101101 | 10111 | 101100100 | 101100 | 111010 |
Color Harmonies of #C4666C
Complementary color
Monochromatic Colors of #C4666C
Black with #C4666C
Text Example
Text Example
White with #C4666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4666C; }
p { color: rgb(196,102,108); }
H1.HeaderClassName
{
color: #C4666C;
}
.AnyTagClassName
{
color: #C4666C;
}
</style>
background-color css
<style>
a { background-color: #C4666C; }
a { background-color: rgb(196,102,108); }
div.DivClassName
{
background-color: #C4666C;
}
.BgClassName
{
background-color: #C4666C;
}
</style>
border-color css
<style>
span { border-color: #C4666C; }
span { border-color: rgb(196,102,108); }
td.TdClassName
{
border-color: #C4666C;
}
.TagClassName
{
border-color: #C4666C;
}
</style>