Shades of Cabaret #C0656C
Tints of Cabaret #C0656C
RGB
CMYK
RGB Variations
Color information
#C0656C (or 0xC0656C) is known color: Cabaret. HEX triplet: C0, 65 and 6C. RGB value is (192,101,108). Sum of RGB (Red+Green+Blue) = 192+101+108=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0656C is #3F9A93. Grayscale: #818181. Windows color (decimal): -4168340 or 7103936. OLE color: 7103936.
HSL color Cylindrical-coordinate representation of color #C0656C: hue angle of 355.38º 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 #C0656C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 108 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.25 |
| HSL | 355.38º | 0.42% | 0.57% | - |
| HSV(B) | 355.38º | 0.47% | 0.75% | - |
| XYZ | 29.1 | 21.6 | 16.82 | - |
| YUV | 129.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 108 | 0 | 0.47 | 0.44 | 0.25 | 355.38 | 0.42 | 0.57 |
| Hex | C0 | 65 | 6C | 0 | 2F | 2C | 19 | 163 | 2A | 39 |
| Octal | 300 | 145 | 154 | 0 | 57 | 54 | 31 | 543 | 52 | 71 |
| Binary | 11000000 | 1100101 | 1101100 | 0 | 101111 | 101100 | 11001 | 101100011 | 101010 | 111001 |
Color Harmonies of #C0656C
Complementary color
Monochromatic Colors of #C0656C
Black with #C0656C
Text Example
Text Example
White with #C0656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0656C; }
p { color: rgb(192,101,108); }
H1.HeaderClassName
{
color: #C0656C;
}
.AnyTagClassName
{
color: #C0656C;
}
</style>
background-color css
<style>
a { background-color: #C0656C; }
a { background-color: rgb(192,101,108); }
div.DivClassName
{
background-color: #C0656C;
}
.BgClassName
{
background-color: #C0656C;
}
</style>
border-color css
<style>
span { border-color: #C0656C; }
span { border-color: rgb(192,101,108); }
td.TdClassName
{
border-color: #C0656C;
}
.TagClassName
{
border-color: #C0656C;
}
</style>