Shades of Cabaret #C65C6A
Tints of Cabaret #C65C6A
RGB
CMYK
RGB Variations
Color information
#C65C6A (or 0xC65C6A) is known color: Cabaret. HEX triplet: C6, 5C and 6A. RGB value is (198,92,106). Sum of RGB (Red+Green+Blue) = 198+92+106=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C6A is #39A395. Grayscale: #7D7D7D. Windows color (decimal): -3777430 or 6970566. OLE color: 6970566.
HSL color Cylindrical-coordinate representation of color #C65C6A: hue angle of 352.08º 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 #C65C6A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 106 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.22 |
| HSL | 352.08º | 0.48% | 0.57% | - |
| HSV(B) | 352.08º | 0.54% | 0.78% | - |
| XYZ | 29.72 | 20.7 | 16.07 | - |
| YUV | 125.29 | 117.12 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 106 | 0 | 0.54 | 0.46 | 0.22 | 352.08 | 0.48 | 0.57 |
| Hex | C6 | 5C | 6A | 0 | 36 | 2E | 16 | 160 | 30 | 39 |
| Octal | 306 | 134 | 152 | 0 | 66 | 56 | 26 | 540 | 60 | 71 |
| Binary | 11000110 | 1011100 | 1101010 | 0 | 110110 | 101110 | 10110 | 101100000 | 110000 | 111001 |
Color Harmonies of #C65C6A
Complementary color
Monochromatic Colors of #C65C6A
Black with #C65C6A
Text Example
Text Example
White with #C65C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C6A; }
p { color: rgb(198,92,106); }
H1.HeaderClassName
{
color: #C65C6A;
}
.AnyTagClassName
{
color: #C65C6A;
}
</style>
background-color css
<style>
a { background-color: #C65C6A; }
a { background-color: rgb(198,92,106); }
div.DivClassName
{
background-color: #C65C6A;
}
.BgClassName
{
background-color: #C65C6A;
}
</style>
border-color css
<style>
span { border-color: #C65C6A; }
span { border-color: rgb(198,92,106); }
td.TdClassName
{
border-color: #C65C6A;
}
.TagClassName
{
border-color: #C65C6A;
}
</style>