Shades of Cabaret #C4617A
Tints of Cabaret #C4617A
RGB
CMYK
RGB Variations
Color information
#C4617A (or 0xC4617A) is known color: Cabaret. HEX triplet: C4, 61 and 7A. RGB value is (196,97,122). Sum of RGB (Red+Green+Blue) = 196+97+122=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4617A is #3B9E85. Grayscale: #818181. Windows color (decimal): -3907206 or 8020420. OLE color: 8020420.
HSL color Cylindrical-coordinate representation of color #C4617A: hue angle of 344.85º 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 #C4617A is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 122 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.23 |
| HSL | 344.85º | 0.46% | 0.57% | - |
| HSV(B) | 344.85º | 0.51% | 0.77% | - |
| XYZ | 30.55 | 21.69 | 20.99 | - |
| YUV | 129.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 122 | 0 | 0.51 | 0.38 | 0.23 | 344.85 | 0.46 | 0.57 |
| Hex | C4 | 61 | 7A | 0 | 33 | 26 | 17 | 159 | 2E | 39 |
| Octal | 304 | 141 | 172 | 0 | 63 | 46 | 27 | 531 | 56 | 71 |
| Binary | 11000100 | 1100001 | 1111010 | 0 | 110011 | 100110 | 10111 | 101011001 | 101110 | 111001 |
Color Harmonies of #C4617A
Complementary color
Monochromatic Colors of #C4617A
Black with #C4617A
Text Example
Text Example
White with #C4617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4617A; }
p { color: rgb(196,97,122); }
H1.HeaderClassName
{
color: #C4617A;
}
.AnyTagClassName
{
color: #C4617A;
}
</style>
background-color css
<style>
a { background-color: #C4617A; }
a { background-color: rgb(196,97,122); }
div.DivClassName
{
background-color: #C4617A;
}
.BgClassName
{
background-color: #C4617A;
}
</style>
border-color css
<style>
span { border-color: #C4617A; }
span { border-color: rgb(196,97,122); }
td.TdClassName
{
border-color: #C4617A;
}
.TagClassName
{
border-color: #C4617A;
}
</style>