Shades of Cabaret #C65C7E
Tints of Cabaret #C65C7E
RGB
CMYK
RGB Variations
Color information
#C65C7E (or 0xC65C7E) is known color: Cabaret. HEX triplet: C6, 5C and 7E. RGB value is (198,92,126). Sum of RGB (Red+Green+Blue) = 198+92+126=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C7E is #39A381. Grayscale: #7F7F7F. Windows color (decimal): -3777410 or 8281286. OLE color: 8281286.
HSL color Cylindrical-coordinate representation of color #C65C7E: hue angle of 340.75º 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 #C65C7E is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 126 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.22 |
| HSL | 340.75º | 0.48% | 0.57% | - |
| HSV(B) | 340.75º | 0.54% | 0.78% | - |
| XYZ | 30.88 | 21.17 | 22.2 | - |
| YUV | 127.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 126 | 0 | 0.54 | 0.36 | 0.22 | 340.75 | 0.48 | 0.57 |
| Hex | C6 | 5C | 7E | 0 | 36 | 24 | 16 | 155 | 30 | 39 |
| Octal | 306 | 134 | 176 | 0 | 66 | 44 | 26 | 525 | 60 | 71 |
| Binary | 11000110 | 1011100 | 1111110 | 0 | 110110 | 100100 | 10110 | 101010101 | 110000 | 111001 |
Color Harmonies of #C65C7E
Complementary color
Monochromatic Colors of #C65C7E
Black with #C65C7E
Text Example
Text Example
White with #C65C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C7E; }
p { color: rgb(198,92,126); }
H1.HeaderClassName
{
color: #C65C7E;
}
.AnyTagClassName
{
color: #C65C7E;
}
</style>
background-color css
<style>
a { background-color: #C65C7E; }
a { background-color: rgb(198,92,126); }
div.DivClassName
{
background-color: #C65C7E;
}
.BgClassName
{
background-color: #C65C7E;
}
</style>
border-color css
<style>
span { border-color: #C65C7E; }
span { border-color: rgb(198,92,126); }
td.TdClassName
{
border-color: #C65C7E;
}
.TagClassName
{
border-color: #C65C7E;
}
</style>