Shades of Cabaret #C66975
Tints of Cabaret #C66975
RGB
CMYK
RGB Variations
Color information
#C66975 (or 0xC66975) is known color: Cabaret. HEX triplet: C6, 69 and 75. RGB value is (198,105,117). Sum of RGB (Red+Green+Blue) = 198+105+117=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C66975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66975 is #39968A. Grayscale: #868686. Windows color (decimal): -3774091 or 7694790. OLE color: 7694790.
HSL color Cylindrical-coordinate representation of color #C66975: hue angle of 352.26º 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 #C66975 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 117 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.22 |
| HSL | 352.26º | 0.45% | 0.59% | - |
| HSV(B) | 352.26º | 0.47% | 0.78% | - |
| XYZ | 31.55 | 23.39 | 19.68 | - |
| YUV | 134.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 117 | 0 | 0.47 | 0.41 | 0.22 | 352.26 | 0.45 | 0.59 |
| Hex | C6 | 69 | 75 | 0 | 2F | 29 | 16 | 160 | 2D | 3B |
| Octal | 306 | 151 | 165 | 0 | 57 | 51 | 26 | 540 | 55 | 73 |
| Binary | 11000110 | 1101001 | 1110101 | 0 | 101111 | 101001 | 10110 | 101100000 | 101101 | 111011 |
Color Harmonies of #C66975
Complementary color
Monochromatic Colors of #C66975
Black with #C66975
Text Example
Text Example
White with #C66975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66975; }
p { color: rgb(198,105,117); }
H1.HeaderClassName
{
color: #C66975;
}
.AnyTagClassName
{
color: #C66975;
}
</style>
background-color css
<style>
a { background-color: #C66975; }
a { background-color: rgb(198,105,117); }
div.DivClassName
{
background-color: #C66975;
}
.BgClassName
{
background-color: #C66975;
}
</style>
border-color css
<style>
span { border-color: #C66975; }
span { border-color: rgb(198,105,117); }
td.TdClassName
{
border-color: #C66975;
}
.TagClassName
{
border-color: #C66975;
}
</style>