Shades of Cabaret #C65B7B
Tints of Cabaret #C65B7B
RGB
CMYK
RGB Variations
Color information
#C65B7B (or 0xC65B7B) is known color: Cabaret. HEX triplet: C6, 5B and 7B. RGB value is (198,91,123). Sum of RGB (Red+Green+Blue) = 198+91+123=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65B7B is #39A484. Grayscale: #7E7E7E. Windows color (decimal): -3777669 or 8084422. OLE color: 8084422.
HSL color Cylindrical-coordinate representation of color #C65B7B: hue angle of 342.06º 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 #C65B7B is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 123 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.22 |
| HSL | 342.06º | 0.48% | 0.57% | - |
| HSV(B) | 342.06º | 0.54% | 0.78% | - |
| XYZ | 30.6 | 20.92 | 21.16 | - |
| YUV | 126.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 123 | 0 | 0.54 | 0.38 | 0.22 | 342.06 | 0.48 | 0.57 |
| Hex | C6 | 5B | 7B | 0 | 36 | 26 | 16 | 156 | 30 | 39 |
| Octal | 306 | 133 | 173 | 0 | 66 | 46 | 26 | 526 | 60 | 71 |
| Binary | 11000110 | 1011011 | 1111011 | 0 | 110110 | 100110 | 10110 | 101010110 | 110000 | 111001 |
Color Harmonies of #C65B7B
Complementary color
Monochromatic Colors of #C65B7B
Black with #C65B7B
Text Example
Text Example
White with #C65B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B7B; }
p { color: rgb(198,91,123); }
H1.HeaderClassName
{
color: #C65B7B;
}
.AnyTagClassName
{
color: #C65B7B;
}
</style>
background-color css
<style>
a { background-color: #C65B7B; }
a { background-color: rgb(198,91,123); }
div.DivClassName
{
background-color: #C65B7B;
}
.BgClassName
{
background-color: #C65B7B;
}
</style>
border-color css
<style>
span { border-color: #C65B7B; }
span { border-color: rgb(198,91,123); }
td.TdClassName
{
border-color: #C65B7B;
}
.TagClassName
{
border-color: #C65B7B;
}
</style>