Shades of Cabaret #C66675
Tints of Cabaret #C66675
RGB
CMYK
RGB Variations
Color information
#C66675 (or 0xC66675) is known color: Cabaret. HEX triplet: C6, 66 and 75. RGB value is (198,102,117). Sum of RGB (Red+Green+Blue) = 198+102+117=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C66675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66675 is #39998A. Grayscale: #848484. Windows color (decimal): -3774859 or 7694022. OLE color: 7694022.
HSL color Cylindrical-coordinate representation of color #C66675: hue angle of 350.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66675 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 117 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.22 |
| HSL | 350.63º | 0.46% | 0.59% | - |
| HSV(B) | 350.63º | 0.48% | 0.78% | - |
| XYZ | 31.25 | 22.79 | 19.58 | - |
| YUV | 132.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 117 | 0 | 0.48 | 0.41 | 0.22 | 350.63 | 0.46 | 0.59 |
| Hex | C6 | 66 | 75 | 0 | 30 | 29 | 16 | 15F | 2E | 3B |
| Octal | 306 | 146 | 165 | 0 | 60 | 51 | 26 | 537 | 56 | 73 |
| Binary | 11000110 | 1100110 | 1110101 | 0 | 110000 | 101001 | 10110 | 101011111 | 101110 | 111011 |
Color Harmonies of #C66675
Complementary color
Monochromatic Colors of #C66675
Black with #C66675
Text Example
Text Example
White with #C66675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66675; }
p { color: rgb(198,102,117); }
H1.HeaderClassName
{
color: #C66675;
}
.AnyTagClassName
{
color: #C66675;
}
</style>
background-color css
<style>
a { background-color: #C66675; }
a { background-color: rgb(198,102,117); }
div.DivClassName
{
background-color: #C66675;
}
.BgClassName
{
background-color: #C66675;
}
</style>
border-color css
<style>
span { border-color: #C66675; }
span { border-color: rgb(198,102,117); }
td.TdClassName
{
border-color: #C66675;
}
.TagClassName
{
border-color: #C66675;
}
</style>