Shades of Cabaret #C4636A
Tints of Cabaret #C4636A
RGB
CMYK
RGB Variations
Color information
#C4636A (or 0xC4636A) is known color: Cabaret. HEX triplet: C4, 63 and 6A. RGB value is (196,99,106). Sum of RGB (Red+Green+Blue) = 196+99+106=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4636A is #3B9C95. Grayscale: #808080. Windows color (decimal): -3906710 or 6972356. OLE color: 6972356.
HSL color Cylindrical-coordinate representation of color #C4636A: hue angle of 355.67º 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 #C4636A is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 106 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.23 |
| HSL | 355.67º | 0.45% | 0.58% | - |
| HSV(B) | 355.67º | 0.49% | 0.77% | - |
| XYZ | 29.83 | 21.7 | 16.25 | - |
| YUV | 128.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 106 | 0 | 0.49 | 0.46 | 0.23 | 355.67 | 0.45 | 0.58 |
| Hex | C4 | 63 | 6A | 0 | 31 | 2E | 17 | 164 | 2D | 3A |
| Octal | 304 | 143 | 152 | 0 | 61 | 56 | 27 | 544 | 55 | 72 |
| Binary | 11000100 | 1100011 | 1101010 | 0 | 110001 | 101110 | 10111 | 101100100 | 101101 | 111010 |
Color Harmonies of #C4636A
Complementary color
Monochromatic Colors of #C4636A
Black with #C4636A
Text Example
Text Example
White with #C4636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4636A; }
p { color: rgb(196,99,106); }
H1.HeaderClassName
{
color: #C4636A;
}
.AnyTagClassName
{
color: #C4636A;
}
</style>
background-color css
<style>
a { background-color: #C4636A; }
a { background-color: rgb(196,99,106); }
div.DivClassName
{
background-color: #C4636A;
}
.BgClassName
{
background-color: #C4636A;
}
</style>
border-color css
<style>
span { border-color: #C4636A; }
span { border-color: rgb(196,99,106); }
td.TdClassName
{
border-color: #C4636A;
}
.TagClassName
{
border-color: #C4636A;
}
</style>