Shades of Cabaret #C4607A
Tints of Cabaret #C4607A
RGB
CMYK
RGB Variations
Color information
#C4607A (or 0xC4607A) is known color: Cabaret. HEX triplet: C4, 60 and 7A. RGB value is (196,96,122). Sum of RGB (Red+Green+Blue) = 196+96+122=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4607A is #3B9F85. Grayscale: #808080. Windows color (decimal): -3907462 or 8020164. OLE color: 8020164.
HSL color Cylindrical-coordinate representation of color #C4607A: hue angle of 344.4º 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 #C4607A is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 122 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.23 |
| HSL | 344.4º | 0.46% | 0.57% | - |
| HSV(B) | 344.4º | 0.51% | 0.77% | - |
| XYZ | 30.46 | 21.51 | 20.96 | - |
| YUV | 128.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 122 | 0 | 0.51 | 0.38 | 0.23 | 344.4 | 0.46 | 0.57 |
| Hex | C4 | 60 | 7A | 0 | 33 | 26 | 17 | 158 | 2E | 39 |
| Octal | 304 | 140 | 172 | 0 | 63 | 46 | 27 | 530 | 56 | 71 |
| Binary | 11000100 | 1100000 | 1111010 | 0 | 110011 | 100110 | 10111 | 101011000 | 101110 | 111001 |
Color Harmonies of #C4607A
Complementary color
Monochromatic Colors of #C4607A
Black with #C4607A
Text Example
Text Example
White with #C4607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4607A; }
p { color: rgb(196,96,122); }
H1.HeaderClassName
{
color: #C4607A;
}
.AnyTagClassName
{
color: #C4607A;
}
</style>
background-color css
<style>
a { background-color: #C4607A; }
a { background-color: rgb(196,96,122); }
div.DivClassName
{
background-color: #C4607A;
}
.BgClassName
{
background-color: #C4607A;
}
</style>
border-color css
<style>
span { border-color: #C4607A; }
span { border-color: rgb(196,96,122); }
td.TdClassName
{
border-color: #C4607A;
}
.TagClassName
{
border-color: #C4607A;
}
</style>