Shades of Cabaret #C66375
Tints of Cabaret #C66375
RGB
CMYK
RGB Variations
Color information
#C66375 (or 0xC66375) is known color: Cabaret. HEX triplet: C6, 63 and 75. RGB value is (198,99,117). Sum of RGB (Red+Green+Blue) = 198+99+117=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C66375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66375 is #399C8A. Grayscale: #828282. Windows color (decimal): -3775627 or 7693254. OLE color: 7693254.
HSL color Cylindrical-coordinate representation of color #C66375: hue angle of 349.09º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66375 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 117 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.22 |
| HSL | 349.09º | 0.46% | 0.58% | - |
| HSV(B) | 349.09º | 0.5% | 0.78% | - |
| XYZ | 30.96 | 22.21 | 19.49 | - |
| YUV | 130.65 | 120.3 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 117 | 0 | 0.50 | 0.41 | 0.22 | 349.09 | 0.46 | 0.58 |
| Hex | C6 | 63 | 75 | 0 | 32 | 29 | 16 | 15D | 2E | 3A |
| Octal | 306 | 143 | 165 | 0 | 62 | 51 | 26 | 535 | 56 | 72 |
| Binary | 11000110 | 1100011 | 1110101 | 0 | 110010 | 101001 | 10110 | 101011101 | 101110 | 111010 |
Color Harmonies of #C66375
Complementary color
Monochromatic Colors of #C66375
Black with #C66375
Text Example
Text Example
White with #C66375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66375; }
p { color: rgb(198,99,117); }
H1.HeaderClassName
{
color: #C66375;
}
.AnyTagClassName
{
color: #C66375;
}
</style>
background-color css
<style>
a { background-color: #C66375; }
a { background-color: rgb(198,99,117); }
div.DivClassName
{
background-color: #C66375;
}
.BgClassName
{
background-color: #C66375;
}
</style>
border-color css
<style>
span { border-color: #C66375; }
span { border-color: rgb(198,99,117); }
td.TdClassName
{
border-color: #C66375;
}
.TagClassName
{
border-color: #C66375;
}
</style>