Shades of Cabaret #C44169
Tints of Cabaret #C44169
RGB
CMYK
RGB Variations
Color information
#C44169 (or 0xC44169) is known color: Cabaret. HEX triplet: C4, 41 and 69. RGB value is (196,65,105). Sum of RGB (Red+Green+Blue) = 196+65+105=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C44169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44169 is #3BBE96. Grayscale: #6C6C6C. Windows color (decimal): -3915415 or 6898116. OLE color: 6898116.
HSL color Cylindrical-coordinate representation of color #C44169: hue angle of 341.68º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44169 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 105 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.23 |
| HSL | 341.68º | 0.53% | 0.51% | - |
| HSV(B) | 341.68º | 0.67% | 0.77% | - |
| XYZ | 27.21 | 16.54 | 15.12 | - |
| YUV | 108.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 105 | 0 | 0.67 | 0.46 | 0.23 | 341.68 | 0.53 | 0.51 |
| Hex | C4 | 41 | 69 | 0 | 43 | 2E | 17 | 156 | 35 | 33 |
| Octal | 304 | 101 | 151 | 0 | 103 | 56 | 27 | 526 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1101001 | 0 | 1000011 | 101110 | 10111 | 101010110 | 110101 | 110011 |
Color Harmonies of #C44169
Complementary color
Monochromatic Colors of #C44169
Black with #C44169
Text Example
Text Example
White with #C44169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44169; }
p { color: rgb(196,65,105); }
H1.HeaderClassName
{
color: #C44169;
}
.AnyTagClassName
{
color: #C44169;
}
</style>
background-color css
<style>
a { background-color: #C44169; }
a { background-color: rgb(196,65,105); }
div.DivClassName
{
background-color: #C44169;
}
.BgClassName
{
background-color: #C44169;
}
</style>
border-color css
<style>
span { border-color: #C44169; }
span { border-color: rgb(196,65,105); }
td.TdClassName
{
border-color: #C44169;
}
.TagClassName
{
border-color: #C44169;
}
</style>