Shades of Cabaret #C6696D
Tints of Cabaret #C6696D
RGB
CMYK
RGB Variations
Color information
#C6696D (or 0xC6696D) is known color: Cabaret. HEX triplet: C6, 69 and 6D. RGB value is (198,105,109). Sum of RGB (Red+Green+Blue) = 198+105+109=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6696D is #399692. Grayscale: #858585. Windows color (decimal): -3774099 or 7170502. OLE color: 7170502.
HSL color Cylindrical-coordinate representation of color #C6696D: hue angle of 357.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6696D is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 109 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.22 |
| HSL | 357.42º | 0.45% | 0.59% | - |
| HSV(B) | 357.42º | 0.47% | 0.78% | - |
| XYZ | 31.1 | 23.21 | 17.31 | - |
| YUV | 133.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 109 | 0 | 0.47 | 0.45 | 0.22 | 357.42 | 0.45 | 0.59 |
| Hex | C6 | 69 | 6D | 0 | 2F | 2D | 16 | 165 | 2D | 3B |
| Octal | 306 | 151 | 155 | 0 | 57 | 55 | 26 | 545 | 55 | 73 |
| Binary | 11000110 | 1101001 | 1101101 | 0 | 101111 | 101101 | 10110 | 101100101 | 101101 | 111011 |
Color Harmonies of #C6696D
Complementary color
Monochromatic Colors of #C6696D
Black with #C6696D
Text Example
Text Example
White with #C6696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6696D; }
p { color: rgb(198,105,109); }
H1.HeaderClassName
{
color: #C6696D;
}
.AnyTagClassName
{
color: #C6696D;
}
</style>
background-color css
<style>
a { background-color: #C6696D; }
a { background-color: rgb(198,105,109); }
div.DivClassName
{
background-color: #C6696D;
}
.BgClassName
{
background-color: #C6696D;
}
</style>
border-color css
<style>
span { border-color: #C6696D; }
span { border-color: rgb(198,105,109); }
td.TdClassName
{
border-color: #C6696D;
}
.TagClassName
{
border-color: #C6696D;
}
</style>