Shades of Cabaret #C5436A
Tints of Cabaret #C5436A
RGB
CMYK
RGB Variations
Color information
#C5436A (or 0xC5436A) is known color: Cabaret. HEX triplet: C5, 43 and 6A. RGB value is (197,67,106). Sum of RGB (Red+Green+Blue) = 197+67+106=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5436A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5436A is #3ABC95. Grayscale: #6E6E6E. Windows color (decimal): -3849366 or 6964165. OLE color: 6964165.
HSL color Cylindrical-coordinate representation of color #C5436A: hue angle of 342º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5436A is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 106 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.23 |
| HSL | 342º | 0.53% | 0.52% | - |
| HSV(B) | 342º | 0.66% | 0.77% | - |
| XYZ | 27.63 | 16.93 | 15.45 | - |
| YUV | 110.32 | 125.57 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 106 | 0 | 0.66 | 0.46 | 0.23 | 342 | 0.53 | 0.52 |
| Hex | C5 | 43 | 6A | 0 | 42 | 2E | 17 | 156 | 35 | 34 |
| Octal | 305 | 103 | 152 | 0 | 102 | 56 | 27 | 526 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1101010 | 0 | 1000010 | 101110 | 10111 | 101010110 | 110101 | 110100 |
Color Harmonies of #C5436A
Complementary color
Monochromatic Colors of #C5436A
Black with #C5436A
Text Example
Text Example
White with #C5436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5436A; }
p { color: rgb(197,67,106); }
H1.HeaderClassName
{
color: #C5436A;
}
.AnyTagClassName
{
color: #C5436A;
}
</style>
background-color css
<style>
a { background-color: #C5436A; }
a { background-color: rgb(197,67,106); }
div.DivClassName
{
background-color: #C5436A;
}
.BgClassName
{
background-color: #C5436A;
}
</style>
border-color css
<style>
span { border-color: #C5436A; }
span { border-color: rgb(197,67,106); }
td.TdClassName
{
border-color: #C5436A;
}
.TagClassName
{
border-color: #C5436A;
}
</style>