Shades of Cabaret #C9426D
Tints of Cabaret #C9426D
RGB
CMYK
RGB Variations
Color information
#C9426D (or 0xC9426D) is known color: Cabaret. HEX triplet: C9, 42 and 6D. RGB value is (201,66,109). Sum of RGB (Red+Green+Blue) = 201+66+109=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9426D is #36BD92. Grayscale: #6F6F6F. Windows color (decimal): -3587475 or 7160521. OLE color: 7160521.
HSL color Cylindrical-coordinate representation of color #C9426D: hue angle of 340.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9426D is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 109 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.21 |
| HSL | 340.89º | 0.56% | 0.52% | - |
| HSV(B) | 340.89º | 0.67% | 0.79% | - |
| XYZ | 28.8 | 17.42 | 16.31 | - |
| YUV | 111.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 109 | 0 | 0.67 | 0.46 | 0.21 | 340.89 | 0.56 | 0.52 |
| Hex | C9 | 42 | 6D | 0 | 43 | 2E | 15 | 155 | 38 | 34 |
| Octal | 311 | 102 | 155 | 0 | 103 | 56 | 25 | 525 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1101101 | 0 | 1000011 | 101110 | 10101 | 101010101 | 111000 | 110100 |
Color Harmonies of #C9426D
Complementary color
Monochromatic Colors of #C9426D
Black with #C9426D
Text Example
Text Example
White with #C9426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9426D; }
p { color: rgb(201,66,109); }
H1.HeaderClassName
{
color: #C9426D;
}
.AnyTagClassName
{
color: #C9426D;
}
</style>
background-color css
<style>
a { background-color: #C9426D; }
a { background-color: rgb(201,66,109); }
div.DivClassName
{
background-color: #C9426D;
}
.BgClassName
{
background-color: #C9426D;
}
</style>
border-color css
<style>
span { border-color: #C9426D; }
span { border-color: rgb(201,66,109); }
td.TdClassName
{
border-color: #C9426D;
}
.TagClassName
{
border-color: #C9426D;
}
</style>