Shades of Cabaret #C65C76
Tints of Cabaret #C65C76
RGB
CMYK
RGB Variations
Color information
#C65C76 (or 0xC65C76) is known color: Cabaret. HEX triplet: C6, 5C and 76. RGB value is (198,92,118). Sum of RGB (Red+Green+Blue) = 198+92+118=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C76 is #39A389. Grayscale: #7E7E7E. Windows color (decimal): -3777418 or 7756998. OLE color: 7756998.
HSL color Cylindrical-coordinate representation of color #C65C76: hue angle of 345.28º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65C76 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 118 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.22 |
| HSL | 345.28º | 0.48% | 0.57% | - |
| HSV(B) | 345.28º | 0.54% | 0.78% | - |
| XYZ | 30.39 | 20.97 | 19.59 | - |
| YUV | 126.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 118 | 0 | 0.54 | 0.40 | 0.22 | 345.28 | 0.48 | 0.57 |
| Hex | C6 | 5C | 76 | 0 | 36 | 28 | 16 | 159 | 30 | 39 |
| Octal | 306 | 134 | 166 | 0 | 66 | 50 | 26 | 531 | 60 | 71 |
| Binary | 11000110 | 1011100 | 1110110 | 0 | 110110 | 101000 | 10110 | 101011001 | 110000 | 111001 |
Color Harmonies of #C65C76
Complementary color
Monochromatic Colors of #C65C76
Black with #C65C76
Text Example
Text Example
White with #C65C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C76; }
p { color: rgb(198,92,118); }
H1.HeaderClassName
{
color: #C65C76;
}
.AnyTagClassName
{
color: #C65C76;
}
</style>
background-color css
<style>
a { background-color: #C65C76; }
a { background-color: rgb(198,92,118); }
div.DivClassName
{
background-color: #C65C76;
}
.BgClassName
{
background-color: #C65C76;
}
</style>
border-color css
<style>
span { border-color: #C65C76; }
span { border-color: rgb(198,92,118); }
td.TdClassName
{
border-color: #C65C76;
}
.TagClassName
{
border-color: #C65C76;
}
</style>