Shades of Cabaret #C5426A
Tints of Cabaret #C5426A
RGB
CMYK
RGB Variations
Color information
#C5426A (or 0xC5426A) is known color: Cabaret. HEX triplet: C5, 42 and 6A. RGB value is (197,66,106). Sum of RGB (Red+Green+Blue) = 197+66+106=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5426A is #3ABD95. Grayscale: #6D6D6D. Windows color (decimal): -3849622 or 6963909. OLE color: 6963909.
HSL color Cylindrical-coordinate representation of color #C5426A: hue angle of 341.68º 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 #C5426A is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 106 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.23 |
| HSL | 341.68º | 0.53% | 0.52% | - |
| HSV(B) | 341.68º | 0.66% | 0.77% | - |
| XYZ | 27.58 | 16.81 | 15.43 | - |
| YUV | 109.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 106 | 0 | 0.66 | 0.46 | 0.23 | 341.68 | 0.53 | 0.52 |
| Hex | C5 | 42 | 6A | 0 | 42 | 2E | 17 | 156 | 35 | 34 |
| Octal | 305 | 102 | 152 | 0 | 102 | 56 | 27 | 526 | 65 | 64 |
| Binary | 11000101 | 1000010 | 1101010 | 0 | 1000010 | 101110 | 10111 | 101010110 | 110101 | 110100 |
Color Harmonies of #C5426A
Complementary color
Monochromatic Colors of #C5426A
Black with #C5426A
Text Example
Text Example
White with #C5426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5426A; }
p { color: rgb(197,66,106); }
H1.HeaderClassName
{
color: #C5426A;
}
.AnyTagClassName
{
color: #C5426A;
}
</style>
background-color css
<style>
a { background-color: #C5426A; }
a { background-color: rgb(197,66,106); }
div.DivClassName
{
background-color: #C5426A;
}
.BgClassName
{
background-color: #C5426A;
}
</style>
border-color css
<style>
span { border-color: #C5426A; }
span { border-color: rgb(197,66,106); }
td.TdClassName
{
border-color: #C5426A;
}
.TagClassName
{
border-color: #C5426A;
}
</style>