Shades of Cabaret #C7656C
Tints of Cabaret #C7656C
RGB
CMYK
RGB Variations
Color information
#C7656C (or 0xC7656C) is known color: Cabaret. HEX triplet: C7, 65 and 6C. RGB value is (199,101,108). Sum of RGB (Red+Green+Blue) = 199+101+108=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7656C is #389A93. Grayscale: #838383. Windows color (decimal): -3709588 or 7103943. OLE color: 7103943.
HSL color Cylindrical-coordinate representation of color #C7656C: hue angle of 355.71º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7656C is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 108 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.22 |
| HSL | 355.71º | 0.47% | 0.59% | - |
| HSV(B) | 355.71º | 0.49% | 0.78% | - |
| XYZ | 30.91 | 22.53 | 16.91 | - |
| YUV | 131.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 108 | 0 | 0.49 | 0.46 | 0.22 | 355.71 | 0.47 | 0.59 |
| Hex | C7 | 65 | 6C | 0 | 31 | 2E | 16 | 164 | 2F | 3B |
| Octal | 307 | 145 | 154 | 0 | 61 | 56 | 26 | 544 | 57 | 73 |
| Binary | 11000111 | 1100101 | 1101100 | 0 | 110001 | 101110 | 10110 | 101100100 | 101111 | 111011 |
Color Harmonies of #C7656C
Complementary color
Monochromatic Colors of #C7656C
Black with #C7656C
Text Example
Text Example
White with #C7656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7656C; }
p { color: rgb(199,101,108); }
H1.HeaderClassName
{
color: #C7656C;
}
.AnyTagClassName
{
color: #C7656C;
}
</style>
background-color css
<style>
a { background-color: #C7656C; }
a { background-color: rgb(199,101,108); }
div.DivClassName
{
background-color: #C7656C;
}
.BgClassName
{
background-color: #C7656C;
}
</style>
border-color css
<style>
span { border-color: #C7656C; }
span { border-color: rgb(199,101,108); }
td.TdClassName
{
border-color: #C7656C;
}
.TagClassName
{
border-color: #C7656C;
}
</style>