Shades of Cabaret #C0646C
Tints of Cabaret #C0646C
RGB
CMYK
RGB Variations
Color information
#C0646C (or 0xC0646C) is known color: Cabaret. HEX triplet: C0, 64 and 6C. RGB value is (192,100,108). Sum of RGB (Red+Green+Blue) = 192+100+108=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0646C is #3F9B93. Grayscale: #808080. Windows color (decimal): -4168596 or 7103680. OLE color: 7103680.
HSL color Cylindrical-coordinate representation of color #C0646C: hue angle of 354.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0646C is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 108 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.25 |
| HSL | 354.78º | 0.42% | 0.57% | - |
| HSV(B) | 354.78º | 0.48% | 0.75% | - |
| XYZ | 29 | 21.4 | 16.79 | - |
| YUV | 128.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 108 | 0 | 0.48 | 0.44 | 0.25 | 354.78 | 0.42 | 0.57 |
| Hex | C0 | 64 | 6C | 0 | 30 | 2C | 19 | 163 | 2A | 39 |
| Octal | 300 | 144 | 154 | 0 | 60 | 54 | 31 | 543 | 52 | 71 |
| Binary | 11000000 | 1100100 | 1101100 | 0 | 110000 | 101100 | 11001 | 101100011 | 101010 | 111001 |
Color Harmonies of #C0646C
Complementary color
Monochromatic Colors of #C0646C
Black with #C0646C
Text Example
Text Example
White with #C0646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0646C; }
p { color: rgb(192,100,108); }
H1.HeaderClassName
{
color: #C0646C;
}
.AnyTagClassName
{
color: #C0646C;
}
</style>
background-color css
<style>
a { background-color: #C0646C; }
a { background-color: rgb(192,100,108); }
div.DivClassName
{
background-color: #C0646C;
}
.BgClassName
{
background-color: #C0646C;
}
</style>
border-color css
<style>
span { border-color: #C0646C; }
span { border-color: rgb(192,100,108); }
td.TdClassName
{
border-color: #C0646C;
}
.TagClassName
{
border-color: #C0646C;
}
</style>