Shades of Cabaret #C0656D
Tints of Cabaret #C0656D
RGB
CMYK
RGB Variations
Color information
#C0656D (or 0xC0656D) is known color: Cabaret. HEX triplet: C0, 65 and 6D. RGB value is (192,101,109). Sum of RGB (Red+Green+Blue) = 192+101+109=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0656D is #3F9A92. Grayscale: #818181. Windows color (decimal): -4168339 or 7169472. OLE color: 7169472.
HSL color Cylindrical-coordinate representation of color #C0656D: hue angle of 354.73º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0656D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 109 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.25 |
| HSL | 354.73º | 0.42% | 0.57% | - |
| HSV(B) | 354.73º | 0.47% | 0.75% | - |
| XYZ | 29.15 | 21.62 | 17.1 | - |
| YUV | 129.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 109 | 0 | 0.47 | 0.43 | 0.25 | 354.73 | 0.42 | 0.57 |
| Hex | C0 | 65 | 6D | 0 | 2F | 2B | 19 | 163 | 2A | 39 |
| Octal | 300 | 145 | 155 | 0 | 57 | 53 | 31 | 543 | 52 | 71 |
| Binary | 11000000 | 1100101 | 1101101 | 0 | 101111 | 101011 | 11001 | 101100011 | 101010 | 111001 |
Color Harmonies of #C0656D
Complementary color
Monochromatic Colors of #C0656D
Black with #C0656D
Text Example
Text Example
White with #C0656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0656D; }
p { color: rgb(192,101,109); }
H1.HeaderClassName
{
color: #C0656D;
}
.AnyTagClassName
{
color: #C0656D;
}
</style>
background-color css
<style>
a { background-color: #C0656D; }
a { background-color: rgb(192,101,109); }
div.DivClassName
{
background-color: #C0656D;
}
.BgClassName
{
background-color: #C0656D;
}
</style>
border-color css
<style>
span { border-color: #C0656D; }
span { border-color: rgb(192,101,109); }
td.TdClassName
{
border-color: #C0656D;
}
.TagClassName
{
border-color: #C0656D;
}
</style>