Shades of Cabaret #C65C7F
Tints of Cabaret #C65C7F
RGB
CMYK
RGB Variations
Color information
#C65C7F (or 0xC65C7F) is known color: Cabaret. HEX triplet: C6, 5C and 7F. RGB value is (198,92,127). Sum of RGB (Red+Green+Blue) = 198+92+127=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C7F is #39A380. Grayscale: #7F7F7F. Windows color (decimal): -3777409 or 8346822. OLE color: 8346822.
HSL color Cylindrical-coordinate representation of color #C65C7F: hue angle of 340.19º 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 #C65C7F is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 127 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.22 |
| HSL | 340.19º | 0.48% | 0.57% | - |
| HSV(B) | 340.19º | 0.54% | 0.78% | - |
| XYZ | 30.95 | 21.19 | 22.54 | - |
| YUV | 127.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 127 | 0 | 0.54 | 0.36 | 0.22 | 340.19 | 0.48 | 0.57 |
| Hex | C6 | 5C | 7F | 0 | 36 | 24 | 16 | 154 | 30 | 39 |
| Octal | 306 | 134 | 177 | 0 | 66 | 44 | 26 | 524 | 60 | 71 |
| Binary | 11000110 | 1011100 | 1111111 | 0 | 110110 | 100100 | 10110 | 101010100 | 110000 | 111001 |
Color Harmonies of #C65C7F
Complementary color
Monochromatic Colors of #C65C7F
Black with #C65C7F
Text Example
Text Example
White with #C65C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C7F; }
p { color: rgb(198,92,127); }
H1.HeaderClassName
{
color: #C65C7F;
}
.AnyTagClassName
{
color: #C65C7F;
}
</style>
background-color css
<style>
a { background-color: #C65C7F; }
a { background-color: rgb(198,92,127); }
div.DivClassName
{
background-color: #C65C7F;
}
.BgClassName
{
background-color: #C65C7F;
}
</style>
border-color css
<style>
span { border-color: #C65C7F; }
span { border-color: rgb(198,92,127); }
td.TdClassName
{
border-color: #C65C7F;
}
.TagClassName
{
border-color: #C65C7F;
}
</style>