Shades of Cabaret #C65F76
Tints of Cabaret #C65F76
RGB
CMYK
RGB Variations
Color information
#C65F76 (or 0xC65F76) is known color: Cabaret. HEX triplet: C6, 5F and 76. RGB value is (198,95,118). Sum of RGB (Red+Green+Blue) = 198+95+118=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F76 is #39A089. Grayscale: #808080. Windows color (decimal): -3776650 or 7757766. OLE color: 7757766.
HSL color Cylindrical-coordinate representation of color #C65F76: hue angle of 346.6º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65F76 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 118 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.22 |
| HSL | 346.6º | 0.47% | 0.57% | - |
| HSV(B) | 346.6º | 0.52% | 0.78% | - |
| XYZ | 30.65 | 21.5 | 19.67 | - |
| YUV | 128.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 118 | 0 | 0.52 | 0.40 | 0.22 | 346.6 | 0.47 | 0.57 |
| Hex | C6 | 5F | 76 | 0 | 34 | 28 | 16 | 15B | 2F | 39 |
| Octal | 306 | 137 | 166 | 0 | 64 | 50 | 26 | 533 | 57 | 71 |
| Binary | 11000110 | 1011111 | 1110110 | 0 | 110100 | 101000 | 10110 | 101011011 | 101111 | 111001 |
Color Harmonies of #C65F76
Complementary color
Monochromatic Colors of #C65F76
Black with #C65F76
Text Example
Text Example
White with #C65F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F76; }
p { color: rgb(198,95,118); }
H1.HeaderClassName
{
color: #C65F76;
}
.AnyTagClassName
{
color: #C65F76;
}
</style>
background-color css
<style>
a { background-color: #C65F76; }
a { background-color: rgb(198,95,118); }
div.DivClassName
{
background-color: #C65F76;
}
.BgClassName
{
background-color: #C65F76;
}
</style>
border-color css
<style>
span { border-color: #C65F76; }
span { border-color: rgb(198,95,118); }
td.TdClassName
{
border-color: #C65F76;
}
.TagClassName
{
border-color: #C65F76;
}
</style>