Shades of Cabaret #C65A6E
Tints of Cabaret #C65A6E
RGB
CMYK
RGB Variations
Color information
#C65A6E (or 0xC65A6E) is known color: Cabaret. HEX triplet: C6, 5A and 6E. RGB value is (198,90,110). Sum of RGB (Red+Green+Blue) = 198+90+110=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A6E is #39A591. Grayscale: #7C7C7C. Windows color (decimal): -3777938 or 7232198. OLE color: 7232198.
HSL color Cylindrical-coordinate representation of color #C65A6E: hue angle of 348.89º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65A6E is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 110 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.22 |
| HSL | 348.89º | 0.49% | 0.56% | - |
| HSV(B) | 348.89º | 0.55% | 0.78% | - |
| XYZ | 29.76 | 20.44 | 17.13 | - |
| YUV | 124.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 110 | 0 | 0.55 | 0.44 | 0.22 | 348.89 | 0.49 | 0.56 |
| Hex | C6 | 5A | 6E | 0 | 37 | 2C | 16 | 15D | 31 | 38 |
| Octal | 306 | 132 | 156 | 0 | 67 | 54 | 26 | 535 | 61 | 70 |
| Binary | 11000110 | 1011010 | 1101110 | 0 | 110111 | 101100 | 10110 | 101011101 | 110001 | 111000 |
Color Harmonies of #C65A6E
Complementary color
Monochromatic Colors of #C65A6E
Black with #C65A6E
Text Example
Text Example
White with #C65A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A6E; }
p { color: rgb(198,90,110); }
H1.HeaderClassName
{
color: #C65A6E;
}
.AnyTagClassName
{
color: #C65A6E;
}
</style>
background-color css
<style>
a { background-color: #C65A6E; }
a { background-color: rgb(198,90,110); }
div.DivClassName
{
background-color: #C65A6E;
}
.BgClassName
{
background-color: #C65A6E;
}
</style>
border-color css
<style>
span { border-color: #C65A6E; }
span { border-color: rgb(198,90,110); }
td.TdClassName
{
border-color: #C65A6E;
}
.TagClassName
{
border-color: #C65A6E;
}
</style>