Shades of Cabaret #C94166
Tints of Cabaret #C94166
RGB
CMYK
RGB Variations
Color information
#C94166 (or 0xC94166) is known color: Cabaret. HEX triplet: C9, 41 and 66. RGB value is (201,65,102). Sum of RGB (Red+Green+Blue) = 201+65+102=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C94166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94166 is #36BE99. Grayscale: #6D6D6D. Windows color (decimal): -3587738 or 6701513. OLE color: 6701513.
HSL color Cylindrical-coordinate representation of color #C94166: hue angle of 343.68º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94166 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 102 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.21 |
| HSL | 343.68º | 0.56% | 0.52% | - |
| HSV(B) | 343.68º | 0.68% | 0.79% | - |
| XYZ | 28.38 | 17.16 | 14.39 | - |
| YUV | 109.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 102 | 0 | 0.68 | 0.49 | 0.21 | 343.68 | 0.56 | 0.52 |
| Hex | C9 | 41 | 66 | 0 | 44 | 31 | 15 | 158 | 38 | 34 |
| Octal | 311 | 101 | 146 | 0 | 104 | 61 | 25 | 530 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1100110 | 0 | 1000100 | 110001 | 10101 | 101011000 | 111000 | 110100 |
Color Harmonies of #C94166
Complementary color
Monochromatic Colors of #C94166
Black with #C94166
Text Example
Text Example
White with #C94166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94166; }
p { color: rgb(201,65,102); }
H1.HeaderClassName
{
color: #C94166;
}
.AnyTagClassName
{
color: #C94166;
}
</style>
background-color css
<style>
a { background-color: #C94166; }
a { background-color: rgb(201,65,102); }
div.DivClassName
{
background-color: #C94166;
}
.BgClassName
{
background-color: #C94166;
}
</style>
border-color css
<style>
span { border-color: #C94166; }
span { border-color: rgb(201,65,102); }
td.TdClassName
{
border-color: #C94166;
}
.TagClassName
{
border-color: #C94166;
}
</style>