Shades of Cabaret #C4646C
Tints of Cabaret #C4646C
RGB
CMYK
RGB Variations
Color information
#C4646C (or 0xC4646C) is known color: Cabaret. HEX triplet: C4, 64 and 6C. RGB value is (196,100,108). Sum of RGB (Red+Green+Blue) = 196+100+108=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4646C is #3B9B93. Grayscale: #818181. Windows color (decimal): -3906452 or 7103684. OLE color: 7103684.
HSL color Cylindrical-coordinate representation of color #C4646C: hue angle of 355º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4646C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 108 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.23 |
| HSL | 355º | 0.45% | 0.58% | - |
| HSV(B) | 355º | 0.49% | 0.77% | - |
| XYZ | 30.03 | 21.93 | 16.84 | - |
| YUV | 129.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 108 | 0 | 0.49 | 0.45 | 0.23 | 355 | 0.45 | 0.58 |
| Hex | C4 | 64 | 6C | 0 | 31 | 2D | 17 | 163 | 2D | 3A |
| Octal | 304 | 144 | 154 | 0 | 61 | 55 | 27 | 543 | 55 | 72 |
| Binary | 11000100 | 1100100 | 1101100 | 0 | 110001 | 101101 | 10111 | 101100011 | 101101 | 111010 |
Color Harmonies of #C4646C
Complementary color
Monochromatic Colors of #C4646C
Black with #C4646C
Text Example
Text Example
White with #C4646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4646C; }
p { color: rgb(196,100,108); }
H1.HeaderClassName
{
color: #C4646C;
}
.AnyTagClassName
{
color: #C4646C;
}
</style>
background-color css
<style>
a { background-color: #C4646C; }
a { background-color: rgb(196,100,108); }
div.DivClassName
{
background-color: #C4646C;
}
.BgClassName
{
background-color: #C4646C;
}
</style>
border-color css
<style>
span { border-color: #C4646C; }
span { border-color: rgb(196,100,108); }
td.TdClassName
{
border-color: #C4646C;
}
.TagClassName
{
border-color: #C4646C;
}
</style>