Shades of Cabaret #C65E6D
Tints of Cabaret #C65E6D
RGB
CMYK
RGB Variations
Color information
#C65E6D (or 0xC65E6D) is known color: Cabaret. HEX triplet: C6, 5E and 6D. RGB value is (198,94,109). Sum of RGB (Red+Green+Blue) = 198+94+109=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E6D is #39A192. Grayscale: #7E7E7E. Windows color (decimal): -3776915 or 7167686. OLE color: 7167686.
HSL color Cylindrical-coordinate representation of color #C65E6D: hue angle of 351.35º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65E6D is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 109 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.22 |
| HSL | 351.35º | 0.48% | 0.57% | - |
| HSV(B) | 351.35º | 0.53% | 0.78% | - |
| XYZ | 30.05 | 21.12 | 16.96 | - |
| YUV | 126.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 109 | 0 | 0.53 | 0.45 | 0.22 | 351.35 | 0.48 | 0.57 |
| Hex | C6 | 5E | 6D | 0 | 35 | 2D | 16 | 15F | 30 | 39 |
| Octal | 306 | 136 | 155 | 0 | 65 | 55 | 26 | 537 | 60 | 71 |
| Binary | 11000110 | 1011110 | 1101101 | 0 | 110101 | 101101 | 10110 | 101011111 | 110000 | 111001 |
Color Harmonies of #C65E6D
Complementary color
Monochromatic Colors of #C65E6D
Black with #C65E6D
Text Example
Text Example
White with #C65E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E6D; }
p { color: rgb(198,94,109); }
H1.HeaderClassName
{
color: #C65E6D;
}
.AnyTagClassName
{
color: #C65E6D;
}
</style>
background-color css
<style>
a { background-color: #C65E6D; }
a { background-color: rgb(198,94,109); }
div.DivClassName
{
background-color: #C65E6D;
}
.BgClassName
{
background-color: #C65E6D;
}
</style>
border-color css
<style>
span { border-color: #C65E6D; }
span { border-color: rgb(198,94,109); }
td.TdClassName
{
border-color: #C65E6D;
}
.TagClassName
{
border-color: #C65E6D;
}
</style>