Shades of Cabaret #C9426C
Tints of Cabaret #C9426C
RGB
CMYK
RGB Variations
Color information
#C9426C (or 0xC9426C) is known color: Cabaret. HEX triplet: C9, 42 and 6C. RGB value is (201,66,108). Sum of RGB (Red+Green+Blue) = 201+66+108=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9426C is #36BD93. Grayscale: #6F6F6F. Windows color (decimal): -3587476 or 7094985. OLE color: 7094985.
HSL color Cylindrical-coordinate representation of color #C9426C: hue angle of 341.33º 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 #C9426C is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 108 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.21 |
| HSL | 341.33º | 0.56% | 0.52% | - |
| HSV(B) | 341.33º | 0.67% | 0.79% | - |
| XYZ | 28.74 | 17.4 | 16.03 | - |
| YUV | 111.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 108 | 0 | 0.67 | 0.46 | 0.21 | 341.33 | 0.56 | 0.52 |
| Hex | C9 | 42 | 6C | 0 | 43 | 2E | 15 | 155 | 38 | 34 |
| Octal | 311 | 102 | 154 | 0 | 103 | 56 | 25 | 525 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1101100 | 0 | 1000011 | 101110 | 10101 | 101010101 | 111000 | 110100 |
Color Harmonies of #C9426C
Complementary color
Monochromatic Colors of #C9426C
Black with #C9426C
Text Example
Text Example
White with #C9426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9426C; }
p { color: rgb(201,66,108); }
H1.HeaderClassName
{
color: #C9426C;
}
.AnyTagClassName
{
color: #C9426C;
}
</style>
background-color css
<style>
a { background-color: #C9426C; }
a { background-color: rgb(201,66,108); }
div.DivClassName
{
background-color: #C9426C;
}
.BgClassName
{
background-color: #C9426C;
}
</style>
border-color css
<style>
span { border-color: #C9426C; }
span { border-color: rgb(201,66,108); }
td.TdClassName
{
border-color: #C9426C;
}
.TagClassName
{
border-color: #C9426C;
}
</style>