Shades of Cabaret #C66B74
Tints of Cabaret #C66B74
RGB
CMYK
RGB Variations
Color information
#C66B74 (or 0xC66B74) is known color: Cabaret. HEX triplet: C6, 6B and 74. RGB value is (198,107,116). Sum of RGB (Red+Green+Blue) = 198+107+116=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66B74 is #39948B. Grayscale: #878787. Windows color (decimal): -3773580 or 7629766. OLE color: 7629766.
HSL color Cylindrical-coordinate representation of color #C66B74: hue angle of 354.07º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66B74 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 116 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.22 |
| HSL | 354.07º | 0.44% | 0.6% | - |
| HSV(B) | 354.07º | 0.46% | 0.78% | - |
| XYZ | 31.7 | 23.78 | 19.44 | - |
| YUV | 135.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 116 | 0 | 0.46 | 0.41 | 0.22 | 354.07 | 0.44 | 0.6 |
| Hex | C6 | 6B | 74 | 0 | 2E | 29 | 16 | 162 | 2C | 3C |
| Octal | 306 | 153 | 164 | 0 | 56 | 51 | 26 | 542 | 54 | 74 |
| Binary | 11000110 | 1101011 | 1110100 | 0 | 101110 | 101001 | 10110 | 101100010 | 101100 | 111100 |
Color Harmonies of #C66B74
Complementary color
Monochromatic Colors of #C66B74
Black with #C66B74
Text Example
Text Example
White with #C66B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B74; }
p { color: rgb(198,107,116); }
H1.HeaderClassName
{
color: #C66B74;
}
.AnyTagClassName
{
color: #C66B74;
}
</style>
background-color css
<style>
a { background-color: #C66B74; }
a { background-color: rgb(198,107,116); }
div.DivClassName
{
background-color: #C66B74;
}
.BgClassName
{
background-color: #C66B74;
}
</style>
border-color css
<style>
span { border-color: #C66B74; }
span { border-color: rgb(198,107,116); }
td.TdClassName
{
border-color: #C66B74;
}
.TagClassName
{
border-color: #C66B74;
}
</style>