Shades of Cabaret #C65C7B
Tints of Cabaret #C65C7B
RGB
CMYK
RGB Variations
Color information
#C65C7B (or 0xC65C7B) is known color: Cabaret. HEX triplet: C6, 5C and 7B. RGB value is (198,92,123). Sum of RGB (Red+Green+Blue) = 198+92+123=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C7B is #39A384. Grayscale: #7F7F7F. Windows color (decimal): -3777413 or 8084678. OLE color: 8084678.
HSL color Cylindrical-coordinate representation of color #C65C7B: hue angle of 342.45º 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 #C65C7B is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 123 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.22 |
| HSL | 342.45º | 0.48% | 0.57% | - |
| HSV(B) | 342.45º | 0.54% | 0.78% | - |
| XYZ | 30.69 | 21.09 | 21.19 | - |
| YUV | 127.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 123 | 0 | 0.54 | 0.38 | 0.22 | 342.45 | 0.48 | 0.57 |
| Hex | C6 | 5C | 7B | 0 | 36 | 26 | 16 | 156 | 30 | 39 |
| Octal | 306 | 134 | 173 | 0 | 66 | 46 | 26 | 526 | 60 | 71 |
| Binary | 11000110 | 1011100 | 1111011 | 0 | 110110 | 100110 | 10110 | 101010110 | 110000 | 111001 |
Color Harmonies of #C65C7B
Complementary color
Monochromatic Colors of #C65C7B
Black with #C65C7B
Text Example
Text Example
White with #C65C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C7B; }
p { color: rgb(198,92,123); }
H1.HeaderClassName
{
color: #C65C7B;
}
.AnyTagClassName
{
color: #C65C7B;
}
</style>
background-color css
<style>
a { background-color: #C65C7B; }
a { background-color: rgb(198,92,123); }
div.DivClassName
{
background-color: #C65C7B;
}
.BgClassName
{
background-color: #C65C7B;
}
</style>
border-color css
<style>
span { border-color: #C65C7B; }
span { border-color: rgb(198,92,123); }
td.TdClassName
{
border-color: #C65C7B;
}
.TagClassName
{
border-color: #C65C7B;
}
</style>