Shades of Cabaret #C05E69
Tints of Cabaret #C05E69
RGB
CMYK
RGB Variations
Color information
#C05E69 (or 0xC05E69) is known color: Cabaret. HEX triplet: C0, 5E and 69. RGB value is (192,94,105). Sum of RGB (Red+Green+Blue) = 192+94+105=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E69 is #3FA196. Grayscale: #7C7C7C. Windows color (decimal): -4170135 or 6905536. OLE color: 6905536.
HSL color Cylindrical-coordinate representation of color #C05E69: hue angle of 353.27º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E69 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 105 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.25 |
| HSL | 353.27º | 0.44% | 0.56% | - |
| HSV(B) | 353.27º | 0.51% | 0.75% | - |
| XYZ | 28.29 | 20.23 | 15.78 | - |
| YUV | 124.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 105 | 0 | 0.51 | 0.45 | 0.25 | 353.27 | 0.44 | 0.56 |
| Hex | C0 | 5E | 69 | 0 | 33 | 2D | 19 | 161 | 2C | 38 |
| Octal | 300 | 136 | 151 | 0 | 63 | 55 | 31 | 541 | 54 | 70 |
| Binary | 11000000 | 1011110 | 1101001 | 0 | 110011 | 101101 | 11001 | 101100001 | 101100 | 111000 |
Color Harmonies of #C05E69
Complementary color
Monochromatic Colors of #C05E69
Black with #C05E69
Text Example
Text Example
White with #C05E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E69; }
p { color: rgb(192,94,105); }
H1.HeaderClassName
{
color: #C05E69;
}
.AnyTagClassName
{
color: #C05E69;
}
</style>
background-color css
<style>
a { background-color: #C05E69; }
a { background-color: rgb(192,94,105); }
div.DivClassName
{
background-color: #C05E69;
}
.BgClassName
{
background-color: #C05E69;
}
</style>
border-color css
<style>
span { border-color: #C05E69; }
span { border-color: rgb(192,94,105); }
td.TdClassName
{
border-color: #C05E69;
}
.TagClassName
{
border-color: #C05E69;
}
</style>