Shades of Cabaret #C65869
Tints of Cabaret #C65869
RGB
CMYK
RGB Variations
Color information
#C65869 (or 0xC65869) is known color: Cabaret. HEX triplet: C6, 58 and 69. RGB value is (198,88,105). Sum of RGB (Red+Green+Blue) = 198+88+105=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C65869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65869 is #39A796. Grayscale: #7A7A7A. Windows color (decimal): -3778455 or 6904006. OLE color: 6904006.
HSL color Cylindrical-coordinate representation of color #C65869: hue angle of 350.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65869 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 105 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.22 |
| HSL | 350.73º | 0.49% | 0.56% | - |
| HSV(B) | 350.73º | 0.56% | 0.78% | - |
| XYZ | 29.33 | 20.01 | 15.68 | - |
| YUV | 122.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 105 | 0 | 0.56 | 0.47 | 0.22 | 350.73 | 0.49 | 0.56 |
| Hex | C6 | 58 | 69 | 0 | 38 | 2F | 16 | 15F | 31 | 38 |
| Octal | 306 | 130 | 151 | 0 | 70 | 57 | 26 | 537 | 61 | 70 |
| Binary | 11000110 | 1011000 | 1101001 | 0 | 111000 | 101111 | 10110 | 101011111 | 110001 | 111000 |
Color Harmonies of #C65869
Complementary color
Monochromatic Colors of #C65869
Black with #C65869
Text Example
Text Example
White with #C65869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65869; }
p { color: rgb(198,88,105); }
H1.HeaderClassName
{
color: #C65869;
}
.AnyTagClassName
{
color: #C65869;
}
</style>
background-color css
<style>
a { background-color: #C65869; }
a { background-color: rgb(198,88,105); }
div.DivClassName
{
background-color: #C65869;
}
.BgClassName
{
background-color: #C65869;
}
</style>
border-color css
<style>
span { border-color: #C65869; }
span { border-color: rgb(198,88,105); }
td.TdClassName
{
border-color: #C65869;
}
.TagClassName
{
border-color: #C65869;
}
</style>