Shades of Cabaret #C66475
Tints of Cabaret #C66475
RGB
CMYK
RGB Variations
Color information
#C66475 (or 0xC66475) is known color: Cabaret. HEX triplet: C6, 64 and 75. RGB value is (198,100,117). Sum of RGB (Red+Green+Blue) = 198+100+117=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C66475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66475 is #399B8A. Grayscale: #838383. Windows color (decimal): -3775371 or 7693510. OLE color: 7693510.
HSL color Cylindrical-coordinate representation of color #C66475: hue angle of 349.59º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66475 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 117 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.22 |
| HSL | 349.59º | 0.46% | 0.58% | - |
| HSV(B) | 349.59º | 0.49% | 0.78% | - |
| XYZ | 31.06 | 22.4 | 19.52 | - |
| YUV | 131.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 117 | 0 | 0.49 | 0.41 | 0.22 | 349.59 | 0.46 | 0.58 |
| Hex | C6 | 64 | 75 | 0 | 31 | 29 | 16 | 15E | 2E | 3A |
| Octal | 306 | 144 | 165 | 0 | 61 | 51 | 26 | 536 | 56 | 72 |
| Binary | 11000110 | 1100100 | 1110101 | 0 | 110001 | 101001 | 10110 | 101011110 | 101110 | 111010 |
Color Harmonies of #C66475
Complementary color
Monochromatic Colors of #C66475
Black with #C66475
Text Example
Text Example
White with #C66475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66475; }
p { color: rgb(198,100,117); }
H1.HeaderClassName
{
color: #C66475;
}
.AnyTagClassName
{
color: #C66475;
}
</style>
background-color css
<style>
a { background-color: #C66475; }
a { background-color: rgb(198,100,117); }
div.DivClassName
{
background-color: #C66475;
}
.BgClassName
{
background-color: #C66475;
}
</style>
border-color css
<style>
span { border-color: #C66475; }
span { border-color: rgb(198,100,117); }
td.TdClassName
{
border-color: #C66475;
}
.TagClassName
{
border-color: #C66475;
}
</style>