Shades of Cabaret #C65569
Tints of Cabaret #C65569
RGB
CMYK
RGB Variations
Color information
#C65569 (or 0xC65569) is known color: Cabaret. HEX triplet: C6, 55 and 69. RGB value is (198,85,105). Sum of RGB (Red+Green+Blue) = 198+85+105=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C65569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65569 is #39AA96. Grayscale: #797979. Windows color (decimal): -3779223 or 6903238. OLE color: 6903238.
HSL color Cylindrical-coordinate representation of color #C65569: hue angle of 349.38º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65569 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 105 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.22 |
| HSL | 349.38º | 0.5% | 0.55% | - |
| HSV(B) | 349.38º | 0.57% | 0.78% | - |
| XYZ | 29.09 | 19.52 | 15.6 | - |
| YUV | 121.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 105 | 0 | 0.57 | 0.47 | 0.22 | 349.38 | 0.5 | 0.55 |
| Hex | C6 | 55 | 69 | 0 | 39 | 2F | 16 | 15D | 32 | 37 |
| Octal | 306 | 125 | 151 | 0 | 71 | 57 | 26 | 535 | 62 | 67 |
| Binary | 11000110 | 1010101 | 1101001 | 0 | 111001 | 101111 | 10110 | 101011101 | 110010 | 110111 |
Color Harmonies of #C65569
Complementary color
Monochromatic Colors of #C65569
Black with #C65569
Text Example
Text Example
White with #C65569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65569; }
p { color: rgb(198,85,105); }
H1.HeaderClassName
{
color: #C65569;
}
.AnyTagClassName
{
color: #C65569;
}
</style>
background-color css
<style>
a { background-color: #C65569; }
a { background-color: rgb(198,85,105); }
div.DivClassName
{
background-color: #C65569;
}
.BgClassName
{
background-color: #C65569;
}
</style>
border-color css
<style>
span { border-color: #C65569; }
span { border-color: rgb(198,85,105); }
td.TdClassName
{
border-color: #C65569;
}
.TagClassName
{
border-color: #C65569;
}
</style>