Shades of Cabaret #C4606C
Tints of Cabaret #C4606C
RGB
CMYK
RGB Variations
Color information
#C4606C (or 0xC4606C) is known color: Cabaret. HEX triplet: C4, 60 and 6C. RGB value is (196,96,108). Sum of RGB (Red+Green+Blue) = 196+96+108=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4606C is #3B9F93. Grayscale: #7F7F7F. Windows color (decimal): -3907476 or 7102660. OLE color: 7102660.
HSL color Cylindrical-coordinate representation of color #C4606C: hue angle of 352.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4606C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 108 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.23 |
| HSL | 352.8º | 0.46% | 0.57% | - |
| HSV(B) | 352.8º | 0.51% | 0.77% | - |
| XYZ | 29.65 | 21.18 | 16.71 | - |
| YUV | 127.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 108 | 0 | 0.51 | 0.45 | 0.23 | 352.8 | 0.46 | 0.57 |
| Hex | C4 | 60 | 6C | 0 | 33 | 2D | 17 | 161 | 2E | 39 |
| Octal | 304 | 140 | 154 | 0 | 63 | 55 | 27 | 541 | 56 | 71 |
| Binary | 11000100 | 1100000 | 1101100 | 0 | 110011 | 101101 | 10111 | 101100001 | 101110 | 111001 |
Color Harmonies of #C4606C
Complementary color
Monochromatic Colors of #C4606C
Black with #C4606C
Text Example
Text Example
White with #C4606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4606C; }
p { color: rgb(196,96,108); }
H1.HeaderClassName
{
color: #C4606C;
}
.AnyTagClassName
{
color: #C4606C;
}
</style>
background-color css
<style>
a { background-color: #C4606C; }
a { background-color: rgb(196,96,108); }
div.DivClassName
{
background-color: #C4606C;
}
.BgClassName
{
background-color: #C4606C;
}
</style>
border-color css
<style>
span { border-color: #C4606C; }
span { border-color: rgb(196,96,108); }
td.TdClassName
{
border-color: #C4606C;
}
.TagClassName
{
border-color: #C4606C;
}
</style>