Shades of Cabaret #C65E69
Tints of Cabaret #C65E69
RGB
CMYK
RGB Variations
Color information
#C65E69 (or 0xC65E69) is known color: Cabaret. HEX triplet: C6, 5E and 69. RGB value is (198,94,105). Sum of RGB (Red+Green+Blue) = 198+94+105=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E69 is #39A196. Grayscale: #7E7E7E. Windows color (decimal): -3776919 or 6905542. OLE color: 6905542.
HSL color Cylindrical-coordinate representation of color #C65E69: hue angle of 353.65º 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 #C65E69 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 105 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.22 |
| HSL | 353.65º | 0.48% | 0.57% | - |
| HSV(B) | 353.65º | 0.53% | 0.78% | - |
| XYZ | 29.84 | 21.03 | 15.85 | - |
| YUV | 126.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 105 | 0 | 0.53 | 0.47 | 0.22 | 353.65 | 0.48 | 0.57 |
| Hex | C6 | 5E | 69 | 0 | 35 | 2F | 16 | 162 | 30 | 39 |
| Octal | 306 | 136 | 151 | 0 | 65 | 57 | 26 | 542 | 60 | 71 |
| Binary | 11000110 | 1011110 | 1101001 | 0 | 110101 | 101111 | 10110 | 101100010 | 110000 | 111001 |
Color Harmonies of #C65E69
Complementary color
Monochromatic Colors of #C65E69
Black with #C65E69
Text Example
Text Example
White with #C65E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E69; }
p { color: rgb(198,94,105); }
H1.HeaderClassName
{
color: #C65E69;
}
.AnyTagClassName
{
color: #C65E69;
}
</style>
background-color css
<style>
a { background-color: #C65E69; }
a { background-color: rgb(198,94,105); }
div.DivClassName
{
background-color: #C65E69;
}
.BgClassName
{
background-color: #C65E69;
}
</style>
border-color css
<style>
span { border-color: #C65E69; }
span { border-color: rgb(198,94,105); }
td.TdClassName
{
border-color: #C65E69;
}
.TagClassName
{
border-color: #C65E69;
}
</style>