Shades of Cabaret #C44266
Tints of Cabaret #C44266
RGB
CMYK
RGB Variations
Color information
#C44266 (or 0xC44266) is known color: Cabaret. HEX triplet: C4, 42 and 66. RGB value is (196,66,102). Sum of RGB (Red+Green+Blue) = 196+66+102=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C44266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44266 is #3BBD99. Grayscale: #6C6C6C. Windows color (decimal): -3915162 or 6701764. OLE color: 6701764.
HSL color Cylindrical-coordinate representation of color #C44266: hue angle of 343.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44266 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 102 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.23 |
| HSL | 343.38º | 0.52% | 0.51% | - |
| HSV(B) | 343.38º | 0.66% | 0.77% | - |
| XYZ | 27.11 | 16.59 | 14.34 | - |
| YUV | 108.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 102 | 0 | 0.66 | 0.48 | 0.23 | 343.38 | 0.52 | 0.51 |
| Hex | C4 | 42 | 66 | 0 | 42 | 30 | 17 | 157 | 34 | 33 |
| Octal | 304 | 102 | 146 | 0 | 102 | 60 | 27 | 527 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1100110 | 0 | 1000010 | 110000 | 10111 | 101010111 | 110100 | 110011 |
Color Harmonies of #C44266
Complementary color
Monochromatic Colors of #C44266
Black with #C44266
Text Example
Text Example
White with #C44266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44266; }
p { color: rgb(196,66,102); }
H1.HeaderClassName
{
color: #C44266;
}
.AnyTagClassName
{
color: #C44266;
}
</style>
background-color css
<style>
a { background-color: #C44266; }
a { background-color: rgb(196,66,102); }
div.DivClassName
{
background-color: #C44266;
}
.BgClassName
{
background-color: #C44266;
}
</style>
border-color css
<style>
span { border-color: #C44266; }
span { border-color: rgb(196,66,102); }
td.TdClassName
{
border-color: #C44266;
}
.TagClassName
{
border-color: #C44266;
}
</style>