Shades of Cabaret #C4536B
Tints of Cabaret #C4536B
RGB
CMYK
RGB Variations
Color information
#C4536B (or 0xC4536B) is known color: Cabaret. HEX triplet: C4, 53 and 6B. RGB value is (196,83,107). Sum of RGB (Red+Green+Blue) = 196+83+107=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4536B is #3BAC94. Grayscale: #777777. Windows color (decimal): -3910805 or 7033796. OLE color: 7033796.
HSL color Cylindrical-coordinate representation of color #C4536B: hue angle of 347.26º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4536B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 107 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.23 |
| HSL | 347.26º | 0.49% | 0.55% | - |
| HSV(B) | 347.26º | 0.58% | 0.77% | - |
| XYZ | 28.51 | 18.98 | 16.07 | - |
| YUV | 119.52 | 120.94 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 107 | 0 | 0.58 | 0.45 | 0.23 | 347.26 | 0.49 | 0.55 |
| Hex | C4 | 53 | 6B | 0 | 3A | 2D | 17 | 15B | 31 | 37 |
| Octal | 304 | 123 | 153 | 0 | 72 | 55 | 27 | 533 | 61 | 67 |
| Binary | 11000100 | 1010011 | 1101011 | 0 | 111010 | 101101 | 10111 | 101011011 | 110001 | 110111 |
Color Harmonies of #C4536B
Complementary color
Monochromatic Colors of #C4536B
Black with #C4536B
Text Example
Text Example
White with #C4536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4536B; }
p { color: rgb(196,83,107); }
H1.HeaderClassName
{
color: #C4536B;
}
.AnyTagClassName
{
color: #C4536B;
}
</style>
background-color css
<style>
a { background-color: #C4536B; }
a { background-color: rgb(196,83,107); }
div.DivClassName
{
background-color: #C4536B;
}
.BgClassName
{
background-color: #C4536B;
}
</style>
border-color css
<style>
span { border-color: #C4536B; }
span { border-color: rgb(196,83,107); }
td.TdClassName
{
border-color: #C4536B;
}
.TagClassName
{
border-color: #C4536B;
}
</style>