Shades of Cabaret #C9446C
Tints of Cabaret #C9446C
RGB
CMYK
RGB Variations
Color information
#C9446C (or 0xC9446C) is known color: Cabaret. HEX triplet: C9, 44 and 6C. RGB value is (201,68,108). Sum of RGB (Red+Green+Blue) = 201+68+108=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9446C is #36BB93. Grayscale: #707070. Windows color (decimal): -3586964 or 7095497. OLE color: 7095497.
HSL color Cylindrical-coordinate representation of color #C9446C: hue angle of 341.95º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9446C is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 108 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.21 |
| HSL | 341.95º | 0.55% | 0.53% | - |
| HSV(B) | 341.95º | 0.66% | 0.79% | - |
| XYZ | 28.86 | 17.63 | 16.07 | - |
| YUV | 112.33 | 125.56 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 108 | 0 | 0.66 | 0.46 | 0.21 | 341.95 | 0.55 | 0.53 |
| Hex | C9 | 44 | 6C | 0 | 42 | 2E | 15 | 156 | 37 | 35 |
| Octal | 311 | 104 | 154 | 0 | 102 | 56 | 25 | 526 | 67 | 65 |
| Binary | 11001001 | 1000100 | 1101100 | 0 | 1000010 | 101110 | 10101 | 101010110 | 110111 | 110101 |
Color Harmonies of #C9446C
Complementary color
Monochromatic Colors of #C9446C
Black with #C9446C
Text Example
Text Example
White with #C9446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9446C; }
p { color: rgb(201,68,108); }
H1.HeaderClassName
{
color: #C9446C;
}
.AnyTagClassName
{
color: #C9446C;
}
</style>
background-color css
<style>
a { background-color: #C9446C; }
a { background-color: rgb(201,68,108); }
div.DivClassName
{
background-color: #C9446C;
}
.BgClassName
{
background-color: #C9446C;
}
</style>
border-color css
<style>
span { border-color: #C9446C; }
span { border-color: rgb(201,68,108); }
td.TdClassName
{
border-color: #C9446C;
}
.TagClassName
{
border-color: #C9446C;
}
</style>