Shades of Cabaret #C45266
Tints of Cabaret #C45266
RGB
CMYK
RGB Variations
Color information
#C45266 (or 0xC45266) is known color: Cabaret. HEX triplet: C4, 52 and 66. RGB value is (196,82,102). Sum of RGB (Red+Green+Blue) = 196+82+102=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C45266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45266 is #3BAD99. Grayscale: #767676. Windows color (decimal): -3911066 or 6705860. OLE color: 6705860.
HSL color Cylindrical-coordinate representation of color #C45266: hue angle of 349.47º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45266 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 102 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.23 |
| HSL | 349.47º | 0.49% | 0.55% | - |
| HSV(B) | 349.47º | 0.58% | 0.77% | - |
| XYZ | 28.18 | 18.73 | 14.7 | - |
| YUV | 118.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 102 | 0 | 0.58 | 0.48 | 0.23 | 349.47 | 0.49 | 0.55 |
| Hex | C4 | 52 | 66 | 0 | 3A | 30 | 17 | 15D | 31 | 37 |
| Octal | 304 | 122 | 146 | 0 | 72 | 60 | 27 | 535 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1100110 | 0 | 111010 | 110000 | 10111 | 101011101 | 110001 | 110111 |
Color Harmonies of #C45266
Complementary color
Monochromatic Colors of #C45266
Black with #C45266
Text Example
Text Example
White with #C45266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45266; }
p { color: rgb(196,82,102); }
H1.HeaderClassName
{
color: #C45266;
}
.AnyTagClassName
{
color: #C45266;
}
</style>
background-color css
<style>
a { background-color: #C45266; }
a { background-color: rgb(196,82,102); }
div.DivClassName
{
background-color: #C45266;
}
.BgClassName
{
background-color: #C45266;
}
</style>
border-color css
<style>
span { border-color: #C45266; }
span { border-color: rgb(196,82,102); }
td.TdClassName
{
border-color: #C45266;
}
.TagClassName
{
border-color: #C45266;
}
</style>