Shades of Cabaret #C46369
Tints of Cabaret #C46369
RGB
CMYK
RGB Variations
Color information
#C46369 (or 0xC46369) is known color: Cabaret. HEX triplet: C4, 63 and 69. RGB value is (196,99,105). Sum of RGB (Red+Green+Blue) = 196+99+105=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C46369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46369 is #3B9C96. Grayscale: #808080. Windows color (decimal): -3906711 or 6906820. OLE color: 6906820.
HSL color Cylindrical-coordinate representation of color #C46369: hue angle of 356.29º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C46369 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 105 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.23 |
| HSL | 356.29º | 0.45% | 0.58% | - |
| HSV(B) | 356.29º | 0.49% | 0.77% | - |
| XYZ | 29.78 | 21.68 | 15.98 | - |
| YUV | 128.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 105 | 0 | 0.49 | 0.46 | 0.23 | 356.29 | 0.45 | 0.58 |
| Hex | C4 | 63 | 69 | 0 | 31 | 2E | 17 | 164 | 2D | 3A |
| Octal | 304 | 143 | 151 | 0 | 61 | 56 | 27 | 544 | 55 | 72 |
| Binary | 11000100 | 1100011 | 1101001 | 0 | 110001 | 101110 | 10111 | 101100100 | 101101 | 111010 |
Color Harmonies of #C46369
Complementary color
Monochromatic Colors of #C46369
Black with #C46369
Text Example
Text Example
White with #C46369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46369; }
p { color: rgb(196,99,105); }
H1.HeaderClassName
{
color: #C46369;
}
.AnyTagClassName
{
color: #C46369;
}
</style>
background-color css
<style>
a { background-color: #C46369; }
a { background-color: rgb(196,99,105); }
div.DivClassName
{
background-color: #C46369;
}
.BgClassName
{
background-color: #C46369;
}
</style>
border-color css
<style>
span { border-color: #C46369; }
span { border-color: rgb(196,99,105); }
td.TdClassName
{
border-color: #C46369;
}
.TagClassName
{
border-color: #C46369;
}
</style>