Shades of Cabaret #C45067
Tints of Cabaret #C45067
RGB
CMYK
RGB Variations
Color information
#C45067 (or 0xC45067) is known color: Cabaret. HEX triplet: C4, 50 and 67. RGB value is (196,80,103). Sum of RGB (Red+Green+Blue) = 196+80+103=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C45067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45067 is #3BAF98. Grayscale: #757575. Windows color (decimal): -3911577 or 6770884. OLE color: 6770884.
HSL color Cylindrical-coordinate representation of color #C45067: hue angle of 348.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45067 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 103 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.23 |
| HSL | 348.1º | 0.5% | 0.54% | - |
| HSV(B) | 348.1º | 0.59% | 0.77% | - |
| XYZ | 28.08 | 18.45 | 14.91 | - |
| YUV | 117.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 103 | 0 | 0.59 | 0.47 | 0.23 | 348.1 | 0.5 | 0.54 |
| Hex | C4 | 50 | 67 | 0 | 3B | 2F | 17 | 15C | 32 | 36 |
| Octal | 304 | 120 | 147 | 0 | 73 | 57 | 27 | 534 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1100111 | 0 | 111011 | 101111 | 10111 | 101011100 | 110010 | 110110 |
Color Harmonies of #C45067
Complementary color
Monochromatic Colors of #C45067
Black with #C45067
Text Example
Text Example
White with #C45067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45067; }
p { color: rgb(196,80,103); }
H1.HeaderClassName
{
color: #C45067;
}
.AnyTagClassName
{
color: #C45067;
}
</style>
background-color css
<style>
a { background-color: #C45067; }
a { background-color: rgb(196,80,103); }
div.DivClassName
{
background-color: #C45067;
}
.BgClassName
{
background-color: #C45067;
}
</style>
border-color css
<style>
span { border-color: #C45067; }
span { border-color: rgb(196,80,103); }
td.TdClassName
{
border-color: #C45067;
}
.TagClassName
{
border-color: #C45067;
}
</style>