Shades of Cabaret #C65A6C
Tints of Cabaret #C65A6C
RGB
CMYK
RGB Variations
Color information
#C65A6C (or 0xC65A6C) is known color: Cabaret. HEX triplet: C6, 5A and 6C. RGB value is (198,90,108). Sum of RGB (Red+Green+Blue) = 198+90+108=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A6C is #39A593. Grayscale: #7C7C7C. Windows color (decimal): -3777940 or 7101126. OLE color: 7101126.
HSL color Cylindrical-coordinate representation of color #C65A6C: hue angle of 350º 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 #C65A6C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 108 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.22 |
| HSL | 350º | 0.49% | 0.56% | - |
| HSV(B) | 350º | 0.55% | 0.78% | - |
| XYZ | 29.65 | 20.4 | 16.56 | - |
| YUV | 124.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 108 | 0 | 0.55 | 0.45 | 0.22 | 350 | 0.49 | 0.56 |
| Hex | C6 | 5A | 6C | 0 | 37 | 2D | 16 | 15E | 31 | 38 |
| Octal | 306 | 132 | 154 | 0 | 67 | 55 | 26 | 536 | 61 | 70 |
| Binary | 11000110 | 1011010 | 1101100 | 0 | 110111 | 101101 | 10110 | 101011110 | 110001 | 111000 |
Color Harmonies of #C65A6C
Complementary color
Monochromatic Colors of #C65A6C
Black with #C65A6C
Text Example
Text Example
White with #C65A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A6C; }
p { color: rgb(198,90,108); }
H1.HeaderClassName
{
color: #C65A6C;
}
.AnyTagClassName
{
color: #C65A6C;
}
</style>
background-color css
<style>
a { background-color: #C65A6C; }
a { background-color: rgb(198,90,108); }
div.DivClassName
{
background-color: #C65A6C;
}
.BgClassName
{
background-color: #C65A6C;
}
</style>
border-color css
<style>
span { border-color: #C65A6C; }
span { border-color: rgb(198,90,108); }
td.TdClassName
{
border-color: #C65A6C;
}
.TagClassName
{
border-color: #C65A6C;
}
</style>